ci: fix arm dockerfile to alpine
This commit is contained in:
parent
196cd99504
commit
fd274e49f8
@ -1,7 +1,7 @@
|
|||||||
# =========================
|
# =========================
|
||||||
# --- BUILD NPM MODULES ---
|
# --- BUILD NPM MODULES ---
|
||||||
# =========================
|
# =========================
|
||||||
FROM node:16 AS build
|
FROM node:16-alpine AS build
|
||||||
|
|
||||||
RUN apk add yarn g++ make cmake python3 --no-cache
|
RUN apk add yarn g++ make cmake python3 --no-cache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user