fix: arm dockerfile use non-alpine base image
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user