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

Commit 4a4b21a

Browse files
committed
trying to pin to an older version of code server
1 parent a39d246 commit 4a4b21a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.ALPINE-s390x.Toolkit

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ WORKDIR /root
1616

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

2121
# Install code-server so we can access vscode from a container context...
2222
RUN yarn global add node-gyp
2323
RUN yarn global add node-pty
24-
RUN yarn global add code-server
24+
#RUN yarn global add code-server
2525

26+
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 3.9.1
2627
# Create a directory to hold the VSCode user data when running as root
2728
RUN mkdir -p /opt/IBM/IDE-Data
2829
RUN chown -R fhe:fhe /opt/IBM/IDE-Data

0 commit comments

Comments
 (0)