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

Commit db6b1b4

Browse files
committed
forgot to add yarn
1 parent 9fa1f50 commit db6b1b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.FEDORA-s390x.Toolkit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN cp -pr ./node-v14.17.3-linux-s390x/bin \
3434
./node-v14.17.3-linux-s390x/share \
3535
/usr/local
3636

37+
RUN npm install --global yarn
3738
# Install code-server so we can access vscode from a container context...
3839
#RUN curl -fsSL https://code-server.dev/install.sh | sh 2>&1
3940
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 3.9.1

Dockerfile.UBUNTU-s390x.Toolkit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN cp -pr ./node-v14.17.3-linux-s390x/bin \
3535
./node-v14.17.3-linux-s390x/share \
3636
/usr/local
3737

38+
RUN npm install --global yarn
3839
# Install code-server so we can access vscode from a container context...
3940
#RUN curl -fsSL https://code-server.dev/install.sh | sh 2>&1
4041
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 3.9.1 2>&1

0 commit comments

Comments
 (0)