Node 6.9.1.

This commit is contained in:
Simo Kinnunen
2016-10-25 12:31:36 +09:00
parent 3a6c19aa8f
commit 13e646a756
2 changed files with 2 additions and 2 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.9.0/node-v6.9.0.tar.gz | tar -xz && \
curl -sSL https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.gz | tar -xz && \
cd /node-v* && \
./configure --prefix=/usr && \
make -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && \