增加 ppc64le/s390x/386 镜像

This commit is contained in:
whyour
2023-02-03 22:38:00 +08:00
parent 9b16dca9da
commit 48edf2c212
4 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.10-alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
&& apk update \
&& apk add nodejs npm \
&& apk add nodejs npm git \
&& npm i -g pnpm \
&& cd /tmp/build \
&& pnpm install --prod