ci: fix arm dockerfile to alpine

This commit is contained in:
Nicolas Giard 2022-05-01 20:42:11 -04:00 committed by GitHub
parent 196cd99504
commit fd274e49f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# =========================
# --- BUILD NPM MODULES ---
# =========================
FROM node:16 AS build
FROM node:16-alpine AS build
RUN apk add yarn g++ make cmake python3 --no-cache