Selaa lähdekoodia

ci: docker build missing python (#5207)

myml 3 vuotta sitten
vanhempi
sitoutus
ecb7d9d14b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dev/build/Dockerfile

+ 1 - 1
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