We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae9936 commit 4dd4f37Copy full SHA for 4dd4f37
Dockerfile
@@ -27,12 +27,8 @@ RUN $APT_UPDATE && $APT_INSTALL \
27
unzip software-properties-common apt-transport-https \
28
openjdk-11-jdk xvfb siege apache2-utils git make nodejs locales tsung libtool libssl-dev libyaml-dev libxml2-dev libxslt-dev
29
30
-# Verify Node.js and npm installation
31
-RUN node -v && npm -v || \
32
- ($APT_UPDATE && $APT_INSTALL npm)
33
-
34
# Install cross-spawn globally
35
-RUN npm install -g cross-spawn@7.0.5
+RUN npm uninstall -g cross-spawn && npm install -g cross-spawn@7.0.5
36
37
# Install .NET sdk
38
# check this page for the links and hash
0 commit comments