Skip to content

Commit 68a46fd

Browse files
CVE-2024-21538 fix cross-spawn vulnerability4
1 parent 5b56edb commit 68a46fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ RUN $APT_UPDATE && $APT_INSTALL \
2727
unzip software-properties-common apt-transport-https \
2828
openjdk-11-jdk xvfb siege apache2-utils git make nodejs locales tsung libtool libssl-dev libyaml-dev libxml2-dev libxslt-dev
2929

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 uninstall -g cross-spawn && npm install -g cross-spawn@7.0.5
3630

3731
# Install .NET sdk
3832
# check this page for the links and hash

0 commit comments

Comments
 (0)