DEV: Force PNPM v9 to be installed.
This commit is contained in:
parent
98f470fc25
commit
c8ea3bbe2c
|
@ -98,7 +98,7 @@ RUN sed -i "s/^# $LANG/$LANG/" /etc/locale.gen; \
|
|||
locale-gen
|
||||
|
||||
RUN --mount=type=tmpfs,target=/root/.npm \
|
||||
npm install -g terser uglify-js pnpm
|
||||
npm install -g terser uglify-js pnpm@9
|
||||
|
||||
COPY --from=nginx_builder /usr/sbin/nginx /usr/sbin
|
||||
|
||||
|
|
Loading…
Reference in New Issue