ci: fix arm dockerfile to alpine
This commit is contained in:
		| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user