misc: update arm dockerfile

This commit is contained in:
Nicolas Giard 2021-12-04 01:42:28 -05:00 committed by GitHub
parent 4041664586
commit 88258fdda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
# ========================= # =========================
# --- BUILD NPM MODULES --- # --- BUILD NPM MODULES ---
# ========================= # =========================
FROM node:14-alpine AS build FROM node:16-alpine AS build
RUN apk add yarn g++ make python --no-cache RUN apk add yarn g++ make --no-cache
WORKDIR /wiki WORKDIR /wiki