1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Update to node 6.7.0.

This commit is contained in:
Simo Kinnunen 2016-09-30 17:16:54 +09:00
parent 77b60552c2
commit 0687b2440e
3 changed files with 3 additions and 3 deletions

View file

@ -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/v6.6.0/node-v6.6.0.tar.gz | tar -xz && \
curl -sSL https://nodejs.org/dist/v6.7.0/node-v6.7.0.tar.gz | tar -xz && \
cd /node-v* && \
./configure --prefix=/usr && \
make -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && \