Browse Source

ci: fix arm dockerfile to alpine

pull/2933/merge
Nicolas Giard 2 years ago
committed by GitHub
parent
commit
fd274e49f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/build-arm/Dockerfile

2
dev/build-arm/Dockerfile

@ -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

Loading…
Cancel
Save