mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Bump node to v6.11.2.
This commit is contained in:
parent
707482fa3b
commit
0d4055b826
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,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.11.0/node-v6.11.0.tar.gz | tar -xz && \
|
||||
curl -sSL https://nodejs.org/dist/v6.11.2/node-v6.11.2.tar.gz | tar -xz && \
|
||||
cd /node-v* && \
|
||||
./configure --prefix=/usr && \
|
||||
make -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue