mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 13:53:22 +02:00
Update Node to v6.6.0.
This commit is contained in:
@@ -19,7 +19,7 @@ RUN set -xo pipefail && \
|
||||
apk update && \
|
||||
echo '--- Building node' && \
|
||||
apk add curl make gcc g++ binutils-gold python linux-headers paxctl libgcc libstdc++ && \
|
||||
curl -sSL https://nodejs.org/dist/v5.7.0/node-v5.7.0.tar.gz | tar -xz && \
|
||||
curl -sSL https://nodejs.org/dist/v6.6.0/node-v6.6.0.tar.gz | tar -xz && \
|
||||
cd /node-v* && \
|
||||
./configure --prefix=/usr && \
|
||||
make -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && \
|
||||
|
||||
Reference in New Issue
Block a user