fix(ci):deployments need pnpm in base image
This commit is contained in:
@@ -5,7 +5,7 @@ FROM node:${NODE_VERSION}-slim AS base
|
||||
# FIX: Bad workaround (https://github.com/nodejs/corepack/issues/612)
|
||||
ENV COREPACK_INTEGRITY_KEYS=0
|
||||
|
||||
RUN corepack enable && apt-get update && \
|
||||
RUN corepack enable && npm install -g pnpm@10.6.2 && corepack disable && apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
|
||||
Reference in New Issue
Block a user