This repository was archived by the owner on Aug 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ RUN yum -y install \
2727RUN yum clean packages
2828
2929# Istall Node.js v12+
30- RUN curl -fsSL https://nodejs.org/dist/v12.18.2 /node-v12.18.2 -linux-s390x.tar.xz | tar --no-same-owner -Jxf -
31- RUN cp -pr ./node-v12.18.2 -linux-s390x/bin \
32- ./node-v12.18.2 -linux-s390x/include \
33- ./node-v12.18.2 -linux-s390x/lib \
34- ./node-v12.18.2 -linux-s390x/share \
30+ RUN curl -fsSL https://nodejs.org/dist/v14.17.3 /node-v14.17.3 -linux-s390x.tar.xz | tar --no-same-owner -Jxf -
31+ RUN cp -pr ./node-v14.17.3 -linux-s390x/bin \
32+ ./node-v14.17.3 -linux-s390x/include \
33+ ./node-v14.17.3 -linux-s390x/lib \
34+ ./node-v14.17.3 -linux-s390x/share \
3535 /usr/local
3636
3737# Install code-server so we can access vscode from a container context...
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
2828 libsecret-1-dev
2929
3030# Istall Node.js v12+
31- RUN curl -fsSL https://nodejs.org/dist/v12.18.2 /node-v12.18.2 -linux-s390x.tar.xz | tar --no-same-owner -Jxf -
32- RUN cp -pr ./node-v12.18.2 -linux-s390x/bin \
33- ./node-v12.18.2 -linux-s390x/include \
34- ./node-v12.18.2 -linux-s390x/lib \
35- ./node-v12.18.2 -linux-s390x/share \
31+ RUN curl -fsSL https://nodejs.org/dist/v14.17.3 /node-v14.17.3 -linux-s390x.tar.xz | tar --no-same-owner -Jxf -
32+ RUN cp -pr ./node-v14.17.3 -linux-s390x/bin \
33+ ./node-v14.17.3 -linux-s390x/include \
34+ ./node-v14.17.3 -linux-s390x/lib \
35+ ./node-v14.17.3 -linux-s390x/share \
3636 /usr/local
3737
3838# Install code-server so we can access vscode from a container context...
You can’t perform that action at this time.
0 commit comments