Skip to content

Commit 3483482

Browse files
authored
Update .gitpod.Dockerfile
1 parent b777f8d commit 3483482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitpod.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ FROM gitpod/workspace-full:latest
22

33
USER gitpod
44

5-
RUN RUN npm i jest@24.8.0 -g && npm i learnpack@0.0.88 -g && learnpack plugins:install learnpack-node@0.0.17
5+
RUN npm i jest@24.8.0 -g
6+
RUN npm i learnpack -g && learnpack plugins:install learnpack-node@0.0.13

0 commit comments

Comments
 (0)