Explorar el Código

fix: arm dockerfile alpine python version

John Smith hace 3 años
padre
commit
661ec5f5e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dev/build-arm/Dockerfile

+ 1 - 1
dev/build-arm/Dockerfile

@@ -3,7 +3,7 @@
 # =========================
 FROM node:16-alpine AS build
 
-RUN apk add yarn g++ make --no-cache
+RUN apk add yarn g++ make python3 --no-cache
 
 WORKDIR /wiki