Browse Source

Add 'python/.gitpod.Dockerfile'

天问 3 years ago
parent
commit
ecd0cfde6c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      python/.gitpod.Dockerfile

+ 6 - 0
python/.gitpod.Dockerfile

@@ -0,0 +1,6 @@
+FROM gitpod/workspace-full:latest
+
+USER gitpod
+
+RUN pip3 install pytest==4.4.2 mock pytest-testdox toml
+RUN npm i learnpack@0.1.14 -g && learnpack plugins:install learnpack-python@0.0.35