Browse Source

ci: docker build missing python (#5207)

pull/4482/merge
myml 2 years ago
committed by GitHub
parent
commit
ecb7d9d14b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/build/Dockerfile

2
dev/build/Dockerfile

@ -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…
Cancel
Save