We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddba1d commit 4f9429eCopy full SHA for 4f9429e
.gitpod.Dockerfile
@@ -1,3 +1,4 @@
1
FROM gitpod/workspace-full
2
USER gitpod
3
-RUN pip3 install pytest==4.4.2 pytest-testdox mock && npm i breathecode-cli@1.2.70 -g
+RUN pip3 install pytest==4.4.2 pytest-testdox mock
4
+RUN npm i learnpack@0.1.14 -g && learnpack plugins:install learnpack-python@0.0.35
0 commit comments