ci: docker build missing python (#5207)

This commit is contained in:
myml 2022-04-30 06:57:31 +08:00 committed by GitHub
parent 98e98c8ffb
commit ecb7d9d14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# ====================
FROM node:16-alpine AS assets
RUN apk add yarn g++ make --no-cache
RUN apk add yarn g++ make cmake python3 --no-cache
WORKDIR /wiki