build: install pnpm for all platforms

This commit is contained in:
fallenbagel
2024-06-23 23:47:52 +05:00
parent 1168c77cad
commit 2c52dbcea3

View File

@@ -10,10 +10,11 @@ RUN \
'linux/arm64' | 'linux/arm/v7') \
apk update && \
apk add --no-cache python3 make g++ gcc libc6-compat bash && \
npm install -g pnpm \
;; \
esac
Run npm install --global pnpm
COPY package.json pnpm-lock.yaml ./
RUN CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile --network-timeout 1000000