Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .gitpod.Dockerfile
  • Loading branch information
manuelabarca authored Mar 30, 2021
commit 90965489a09031c1c512e90077b219740914b30a
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest

USER gitpod

RUN npm $ pip3 install pytest==4.4.2 pytest-testdox mock
RUN npm i pip3 install pytest==4.4.2 pytest-testdox mock
RUN npm i learnpack -g && learnpack plugins:install learnpack-python