fix: arm dockerfile use non-alpine base image

This commit is contained in:
NGPixel 2021-12-04 21:11:38 -05:00
parent 7e335fa8c3
commit 003ca51826
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63

View File

@ -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