Explorar o código

misc: update arm dockerfile

Nicolas Giard %!s(int64=3) %!d(string=hai) anos
pai
achega
88258fdda6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dev/build-arm/Dockerfile

+ 2 - 2
dev/build-arm/Dockerfile

@@ -1,9 +1,9 @@
 # =========================
 # --- BUILD NPM MODULES ---
 # =========================
-FROM node:14-alpine AS build
+FROM node:16-alpine AS build
 
-RUN apk add yarn g++ make python --no-cache
+RUN apk add yarn g++ make --no-cache
 
 WORKDIR /wiki