Skip to content

Commit

Permalink
fix: arm dockerfile use non-alpine base image
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Dec 5, 2021
1 parent 7e335fa commit 003ca51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/build-arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# =========================
# --- 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

Expand Down

0 comments on commit 003ca51

Please sign in to comment.