ci: fix arm dockerfile to alpine

This commit is contained in:
Nicolas Giard
2022-05-20 19:23:28 -04:00
parent 8ad8147f63
commit 80dc7e7434
+1 -1
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