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

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