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.
1 parent 2b53303 commit 23180c3Copy full SHA for 23180c3
testkit/Dockerfile
@@ -13,9 +13,8 @@ RUN apt-get update && \
13
firefox \
14
&& rm -rf /var/lib/apt/lists/*
15
16
-RUN npm install -g npm \
+RUN npm install -g npm@7 \
17
&& /bin/bash -c "hash -d npm"
18
-RUN npm install -g gulp
19
20
# Enable tls v1.0
21
RUN echo "openssl_conf = openssl_configuration\n"|cat - /etc/ssl/openssl.cnf > /tmp/openssl_conf.cnf \
@@ -40,4 +39,4 @@ USER driver
40
39
WORKDIR /home/driver
41
CMD /bin/bash
42
RUN mkdir /home/driver/.npm_global
43
-RUN npm config set prefix /home/driver/.npm_global
+RUN npm config set prefix /home/driver/.npm_global
0 commit comments