Explorar o código

ci: docker build missing python (#5207)

myml %!s(int64=3) %!d(string=hai) anos
pai
achega
89c0a83cd5
Modificáronse 1 ficheiros con 1 adicións e 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