fix(ci): pnpm broken

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-03 09:38:46 +01:00
parent ff2dca42f6
commit 10f648fa51
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ ARG NODE_VERSION=20.15.1
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 && \
apt-get install -y --no-install-recommends \
ca-certificates \