1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

Merge pull request #1169 from openstf/node893

Update nodejs to 8.9.3
This commit is contained in:
Karol Wrótniak 2020-02-09 00:32:29 +01:00 committed by GitHub
commit 4c9d8767ac

View file

@ -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' && \
@ -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/*