Skip to content
Snippets Groups Projects
Unverified Commit 0459c191 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore: fix devcontainer (#34009)

parent 2b66d590
No related branches found
No related tags found
No related merge requests found
FROM ghcr.io/containerbase/devcontainer:13.7.5
# https://github.com/pnpm/pnpm/issues/8971
# renovate: datasource=npm
RUN install-tool pnpm 9.15.4
......@@ -7,4 +7,4 @@ if [[ "${CODESPACES}" == true ]]; then
sudo chmod 1777 /tmp
fi
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install
pnpm install --reporter append-only --aggregate-output
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment