This commit is contained in:
21
Dockerfile.alpinebuilder
Normal file
21
Dockerfile.alpinebuilder
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
build-base \
|
||||||
|
cmake \
|
||||||
|
git \
|
||||||
|
nlohmann-json \
|
||||||
|
wget \
|
||||||
|
curl \
|
||||||
|
ninja \
|
||||||
|
mold \
|
||||||
|
nodejs \
|
||||||
|
npm \
|
||||||
|
bash
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY cppbuilder .
|
||||||
|
|
||||||
|
RUN chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh
|
||||||
|
|
Reference in New Issue
Block a user