Selaa lähdekoodia

fix: arm dockerfile use non-alpine base image

NGPixel 3 vuotta sitten
vanhempi
sitoutus
003ca51826
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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