Skip to content

Commit 4f9429e

Browse files
authored
Update .gitpod.Dockerfile
1 parent 5ddba1d commit 4f9429e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitpod.Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM gitpod/workspace-full
22
USER gitpod
3-
RUN pip3 install pytest==4.4.2 pytest-testdox mock && npm i breathecode-cli@1.2.70 -g
3+
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

Comments
 (0)