fix: arm dockerfile use non-alpine base image
This commit is contained in:
parent
7e335fa8c3
commit
003ca51826
@ -1,9 +1,7 @@
|
|||||||
# =========================
|
# =========================
|
||||||
# --- BUILD NPM MODULES ---
|
# --- BUILD NPM MODULES ---
|
||||||
# =========================
|
# =========================
|
||||||
FROM node:14-alpine AS build
|
FROM node:14 AS build
|
||||||
|
|
||||||
RUN apk add yarn g++ make python3 sqlite --no-cache
|
|
||||||
|
|
||||||
WORKDIR /wiki
|
WORKDIR /wiki
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user