Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit a39d246

Browse files
committed
trying to point alpine version to node 14
1 parent db6b1b4 commit a39d246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.ALPINE-s390x.Toolkit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ USER root
1515
WORKDIR /root
1616

1717
# Install pre-reqs for building code-server
18-
RUN apk add --no-cache openssl python3 pkgconfig xterm libx11-dev libxkbfile-dev libsecret-dev nodejs yarn
18+
RUN apk add --no-cache openssl python3 pkgconfig xterm libx11-dev libxkbfile-dev libsecret-dev
19+
RUN apk nodejs=14.17.3 yarn
1920

2021
# Install code-server so we can access vscode from a container context...
2122
RUN yarn global add node-gyp

0 commit comments

Comments
 (0)