File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ ARG DEBIAN_FRONTEND=noninteractive
66# Switch to root for configuring image
77USER root
88
9+ # Add new Yarn GPG key
10+ RUN mkdir -p /etc/apt/keyrings && \
11+ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor -o /etc/apt/keyrings/yarn.gpg && \
12+ echo "deb [signed-by=/etc/apt/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
13+
914# Install man pages
1015RUN yes | unminimize
1116
Original file line number Diff line number Diff line change 1515 "ghcr.io/devcontainers/features/dotnet:2" : {
1616 "version" : " 8.0"
1717 },
18- "ghcr.io/devcontainers/features/node:1" : {},
18+ "ghcr.io/devcontainers/features/node:1" : {
19+ "installYarnUsingApt" : false
20+ },
1921 "ghcr.io/devcontainers/features/kubectl-helm-minikube:1" : {},
2022 "ghcr.io/devcontainers-extra/features/markdownlint-cli2:1" : {},
2123 "ghcr.io/devcontainers/features/github-cli:1" : {},
You can’t perform that action at this time.
0 commit comments