Skip to content

Commit 0459c19

Browse files
authored
chore: fix devcontainer (#34009)
1 parent 2b66d59 commit 0459c19

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
FROM ghcr.io/containerbase/devcontainer:13.7.5
2+
3+
# https://github.com/pnpm/pnpm/issues/8971
4+
# renovate: datasource=npm
5+
RUN install-tool pnpm 9.15.4

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ "${CODESPACES}" == true ]]; then
77
sudo chmod 1777 /tmp
88
fi
99

10-
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install
10+
pnpm install --reporter append-only --aggregate-output

0 commit comments

Comments
 (0)