Fix dev dockerfile (#2444)

This commit is contained in:
SleeplessOne1917 2024-05-01 17:21:54 +00:00 committed by GitHub
parent be9a2c7950
commit 167d5c991e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
FROM node:20-alpine as builder
RUN apk update && apk add curl python3 build-base gcc wget git --no-cache
RUN npm install -g pnpm
RUN corepack enable pnpm
WORKDIR /usr/src/app