misc: update arm dockerfile

pull/4789/head
Nicolas Giard 3 years ago committed by GitHub
parent 4041664586
commit 88258fdda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save