We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e335fa commit 003ca51Copy full SHA for 003ca51
dev/build-arm/Dockerfile
@@ -1,9 +1,7 @@
1
# =========================
2
# --- BUILD NPM MODULES ---
3
4
-FROM node:14-alpine AS build
5
-
6
-RUN apk add yarn g++ make python3 sqlite --no-cache
+FROM node:14 AS build
7
8
WORKDIR /wiki
9
0 commit comments