fix(ci):deployments need pnpm in base image
Some checks failed
Build and Push API / build-api (push) Successful in 1h27m40s
Build and Push Dashboard / build-dashboard (push) Failing after 47m49s
Build and Push API / build-api (pull_request) Has been cancelled
Build and Push Dashboard / build-dashboard (pull_request) Has been cancelled
Build and Push Worker / build-worker (pull_request) Has been cancelled
Build and Push Worker / build-worker (push) Successful in 1h15m33s
Some checks failed
Build and Push API / build-api (push) Successful in 1h27m40s
Build and Push Dashboard / build-dashboard (push) Failing after 47m49s
Build and Push API / build-api (pull_request) Has been cancelled
Build and Push Dashboard / build-dashboard (pull_request) Has been cancelled
Build and Push Worker / build-worker (pull_request) Has been cancelled
Build and Push Worker / build-worker (push) Successful in 1h15m33s
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 rm -f /usr/local/bin/pnpm /usr/local/bin/pnpx && npm install -g pnpm@10.6.2 && apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
|
||||
@@ -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 rm -f /usr/local/bin/pnpm /usr/local/bin/pnpx && npm install -g pnpm@10.6.2 && apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
|
||||
@@ -10,7 +10,7 @@ ENV DATABASE_URL=$DATABASE_URL
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
RUN corepack enable && \
|
||||
RUN rm -f /usr/local/bin/pnpm /usr/local/bin/pnpx && npm install -g pnpm@10.6.2 && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user