Pre Merge pull request !125 from Willis/N/A

This commit is contained in:
Willis 2023-11-16 17:31:58 +00:00 committed by Gitee
commit 8de5bea975
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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="" \ && _NPM_MIRROR_FLAG="" \
&& if [ "$USE_NPM_MIRROR"x = "true"x ]; then _NPM_MIRROR_FLAG="--registry=https://registry.npmmirror.com"; fi \ && 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 \ && ((test "$BUNDLE_POETRY"x = "true"x \
&& apt-get update \ && apt-get update \