Explorar o código

fix: arm dockerfile use non-alpine base image

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

+ 1 - 3
dev/build-arm/Dockerfile

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