Unverified Commit ecb7d9d1 authored by myml's avatar myml Committed by GitHub

ci: docker build missing python (#5207)

parent 98e98c8f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment