parent
5f16e8fcac
commit
db00e7c582
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue