diff --git a/dev/build-arm/Dockerfile b/dev/build-arm/Dockerfile index 5a3f4791..cae9e074 100644 --- a/dev/build-arm/Dockerfile +++ b/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