We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c943a6b commit cf32917Copy full SHA for cf32917
.gitpod.Dockerfile
@@ -1,4 +1,4 @@
1
FROM gitpod/workspace-full:latest
2
USER gitpod
3
RUN pip3 install pytest==4.4.2 pytest-testdox mock
4
-RUN npm i -g [email protected] && learnpack plugins:install [email protected]
+RUN npm i -g @learnpack/learnpack && learnpack plugins:install [email protected]
0 commit comments