From db00e7c582445844582bf680b40c73296b3e13c0 Mon Sep 17 00:00:00 2001 From: Willis <569869783@qq.com> Date: Thu, 16 Nov 2023 17:32:19 +0000 Subject: [PATCH] !125 update docker/Dockerfile. * update docker/Dockerfile. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f9e2712..71f9087 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \