diff --git a/testkit/Dockerfile b/testkit/Dockerfile index 9aeb247f2..497dfc0ee 100644 --- a/testkit/Dockerfile +++ b/testkit/Dockerfile @@ -13,9 +13,8 @@ RUN apt-get update && \ firefox \ && rm -rf /var/lib/apt/lists/* -RUN npm install -g npm \ +RUN npm install -g npm@7 \ && /bin/bash -c "hash -d npm" -RUN npm install -g gulp # Enable tls v1.0 RUN echo "openssl_conf = openssl_configuration\n"|cat - /etc/ssl/openssl.cnf > /tmp/openssl_conf.cnf \ @@ -40,4 +39,4 @@ USER driver WORKDIR /home/driver CMD /bin/bash RUN mkdir /home/driver/.npm_global -RUN npm config set prefix /home/driver/.npm_global \ No newline at end of file +RUN npm config set prefix /home/driver/.npm_global