mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
ci(docker): edit CI Dockerfile to install pnpm using corepack
This commit is contained in:
parent
ed57e13b40
commit
385a3cb13a
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue