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 79f07a5 commit e716276Copy full SHA for e716276
1 file changed
docker/build.Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get -y update && apt-get -y upgrade
11
# install latest nodejs lts version
12
RUN apt-get install -y apt-transport-https ca-certificates curl gnupg &&\
13
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
14
-RUN apt-get -y update && apt-get -y install nodejs && npm update -g npm
+RUN apt-get -y update && apt-get -y install nodejs
15
16
# needed to be able to compile LLVM
17
RUN if [ "$(uname -m)" != x86_64 ]; then \
0 commit comments