forked from fbrinker/docker-tileboard-OUTDATED
add build-base for arm platforms
alpine type build package
This commit is contained in:
parent
632e04d300
commit
27d56a92cf
@ -2,7 +2,7 @@
|
|||||||
FROM node:15-alpine AS dev
|
FROM node:15-alpine AS dev
|
||||||
|
|
||||||
# Install pre-requisites
|
# 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
|
# Fetch and build tileboard master branch
|
||||||
RUN mkdir /tileboard-source \
|
RUN mkdir /tileboard-source \
|
||||||
|
Reference in New Issue
Block a user