Skip to content

Commit

Permalink
Update nodejs to 8.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Feb 8, 2020
1 parent b9a9bcd commit 07e4cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 && \
cd /tmp && \
wget --progress=dot:mega \
https://nodejs.org/dist/v6.11.2/node-v6.11.2-linux-x64.tar.xz && \
https://nodejs.org/dist/v8.9.3/node-v8.9.3-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 Expand Up @@ -56,7 +56,6 @@ RUN set -x && \
bower cache clean && \
npm prune --production && \
mv node_modules /app && \
npm cache clean && \
rm -rf ~/.node-gyp && \
cd /app && \
rm -rf /tmp/*
Expand Down

0 comments on commit 07e4cb0

Please sign in to comment.