Update Dockerfile
This commit is contained in:
@@ -6,6 +6,8 @@ COPY package*.json .
|
||||
COPY . .
|
||||
|
||||
RUN apk update
|
||||
RUN apk add python3 py3-pip alpine-sdk openssl-dev build-base python3-dev
|
||||
RUN python3 -m pip install setuptools --break-system-packages
|
||||
RUN npm install
|
||||
RUN npm install --global corepack@latest
|
||||
RUN corepack enable pnpm
|
||||
|
||||
Reference in New Issue
Block a user