!125 update docker/Dockerfile.

* update docker/Dockerfile.
This commit is contained in:
Willis 2023-11-16 17:32:19 +00:00 committed by Kokomi
parent 5f16e8fcac
commit db00e7c582
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ RUN export BUNDLE_FFMPEG=${BUNDLE_FFMPEG:-true} \
\
&& _NPM_MIRROR_FLAG="" \
&& if [ "$USE_NPM_MIRROR"x = "true"x ]; then _NPM_MIRROR_FLAG="--registry=https://registry.npmmirror.com"; fi \
&& npm install pnpm@7.30.0 -g $_NPM_MIRROR_FLAG \
&& npm install pnpm -g $_NPM_MIRROR_FLAG \
\
&& ((test "$BUNDLE_POETRY"x = "true"x \
&& apt-get update \