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

Commit 087ccd1

Browse files
committed
forgot the add
1 parent 4a4b21a commit 087ccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ALPINE-s390x.Toolkit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 yarn
19+
RUN apk add nodejs yarn
2020

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

0 commit comments

Comments
 (0)