allow docker build on arm
This commit is contained in:
parent
18867c614e
commit
08af5b8d32
@ -6,6 +6,8 @@ RUN npm install -g pnpm@8.3.1
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apk add --update --no-cache python3 g++ make py3-pip
|
||||
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
RUN pnpm build
|
||||
|
Loading…
Reference in New Issue
Block a user