Skip to content

Commit 003ca51

Browse files
committed
fix: arm dockerfile use non-alpine base image
1 parent 7e335fa commit 003ca51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/build-arm/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# =========================
22
# --- BUILD NPM MODULES ---
33
# =========================
4-
FROM node:14-alpine AS build
5-
6-
RUN apk add yarn g++ make python3 sqlite --no-cache
4+
FROM node:14 AS build
75

86
WORKDIR /wiki
97

0 commit comments

Comments
 (0)