allow docker build on arm

This commit is contained in:
KingPin 2024-01-09 11:05:09 -05:00 committed by moonrailgun
parent 18867c614e
commit 08af5b8d32

View File

@ -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