Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmontz committed Mar 5, 2021
1 parent aa164d5 commit fafe04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && \
firefox \
&& rm -rf /var/lib/apt/lists/*

RUN npm install -g npm \
RUN npm install -g npm@6 \
&& /bin/bash -c 'hash -d npm'
RUN npm install -g gulp

Expand Down

0 comments on commit fafe04b

Please sign in to comment.