Explorar el Código

ci: docker build missing python (#5207)

myml hace 3 años
padre
commit
ecb7d9d14b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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