add build-base for arm platforms

alpine type build package
Tento commit je obsažen v:
dev-docker 2021-05-18 23:04:40 +00:00
rodič 632e04d300
revize 27d56a92cf

Zobrazit soubor

@ -2,7 +2,7 @@
FROM node:15-alpine AS dev
# Install pre-requisites
RUN apk add --no-cache git python3
RUN apk add --no-cache git python3 build-base
# Fetch and build tileboard master branch
RUN mkdir /tileboard-source \