fix: remove python2 builder

This commit is contained in:
2022-06-09 00:10:21 +08:00
committed by GitHub
parent 9b6faa0942
commit 213d7eedbe

View File

@@ -1,7 +1,7 @@
FROM node:16-alpine as builder
WORKDIR /app
COPY . .
RUN apk add git make gcc g++ alpine-sdk python3 py3-pip python2 unzip
RUN apk add git make gcc g++ alpine-sdk python3 py3-pip unzip
RUN git clone https://github.com/mx-space/assets.git --depth=1
RUN rm -rf assets/.git
RUN npm i -g pnpm