Skip to content
Snippets Groups Projects
Unverified Commit 003ca518 authored by NGPixel's avatar NGPixel
Browse files

fix: arm dockerfile use non-alpine base image

parent 7e335fa8
Branches
Tags 2.5.254
No related merge requests found
# =========================
# --- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment