ci: docker build missing python (#5207)
This commit is contained in:
parent
98e98c8ffb
commit
ecb7d9d14b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user