Commit 80dc7e74 authored by Nicolas Giard's avatar Nicolas Giard

ci: fix arm dockerfile to alpine

parent 8ad8147f
# =========================
# --- BUILD NPM MODULES ---
# =========================
FROM node:16 AS build
FROM node:16-alpine AS build
RUN apk add yarn g++ make cmake python3 --no-cache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment