We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd7e1b7 + c3bd7df commit 2acf1a2Copy full SHA for 2acf1a2
.gitpod.Dockerfile
@@ -3,5 +3,4 @@ FROM gitpod/workspace-full:latest
3
4
USER gitpod
5
6
-RUN npm i [email protected] -g
7
-RUN npm i @learnpack/[email protected] -g && learnpack plugins:install [email protected]
+RUN npm i [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install [email protected]
0 commit comments