mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
Update Node to v6.6.0.
This commit is contained in:
@@ -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.3.0/node-v6.3.0-linux-x64.tar.xz && \
|
||||
https://nodejs.org/dist/v6.6.0/node-v6.6.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' && \
|
||||
|
||||
Reference in New Issue
Block a user