We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b66d59 commit 0459c19Copy full SHA for 0459c19
2 files changed
.devcontainer/Dockerfile
@@ -1 +1,5 @@
1
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
@@ -7,4 +7,4 @@ if [[ "${CODESPACES}" == true ]]; then
7
sudo chmod 1777 /tmp
8
fi
9
10
-COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install
+pnpm install --reporter append-only --aggregate-output
0 commit comments