Skip to content

Commit

Permalink
Update to 10.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
galek committed Mar 8, 2021
1 parent dd1a14b commit 74df04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y install wget python build-essential cmake && \
cd /tmp && \
wget --progress=dot:mega \
https://nodejs.org/dist/v9.9.0/node-v9.9.0-linux-x64.tar.xz && \
https://nodejs.org/dist/v10.0.0/node-v10.0.0-linux-x64.tar.xz && \
tar -xJf node-v*.tar.xz --strip-components 1 -C /usr/local && \
rm node-v*.tar.xz && \
su stf-build -s /bin/bash -c '/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js install' && \
Expand Down

0 comments on commit 74df04b

Please sign in to comment.