diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index c5d4421d..bae95838 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -32,9 +32,8 @@ RUN \ mysqli \ && apk del .php-ext-build-dep \ # install pnpm - && wget -qO- https://get.pnpm.io/install.sh | ENV="~/.shrc" SHELL="$(which sh)" sh - \ - && mv ~/.local/share/pnpm/pnpm /usr/bin/pnpm \ - && rm -rf ~/.local \ + && npm install --global corepack@latest \ + && corepack enable pnpm \ # set pnpm store directory && pnpm config set store-dir .pnpm-store \ # set composer cache directory