2
0
Эх сурвалжийг харах

fix: arm dockerfile use non-alpine base image

NGPixel 3 жил өмнө
parent
commit
003ca51826

+ 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