Skip to content

Commit 2acf1a2

Browse files
authored
Merge pull request 4GeeksAcademy#135 from tommygonzaleza/patch-1
Update .gitpod.Dockerfile to include new Learnpack CLI
2 parents dd7e1b7 + c3bd7df commit 2acf1a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ FROM gitpod/workspace-full:latest
33

44
USER gitpod
55

6-
RUN npm i jest@24.8.0 -g
7-
RUN npm i @learnpack/learnpack@2.1.26 -g && learnpack plugins:install learnpack-html@0.0.20
6+
RUN npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.35 -g && learnpack plugins:install learnpack-html@0.0.20

0 commit comments

Comments
 (0)