This commit is contained in:
parent
ed9506de8b
commit
52f765f358
@ -1,23 +0,0 @@
|
|||||||
FROM alpine:latest
|
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
build-base \
|
|
||||||
cmake \
|
|
||||||
git \
|
|
||||||
nlohmann-json \
|
|
||||||
wget \
|
|
||||||
curl \
|
|
||||||
ninja \
|
|
||||||
mold \
|
|
||||||
nodejs \
|
|
||||||
npm \
|
|
||||||
bash
|
|
||||||
|
|
||||||
RUN curl -fsSL https://get.docker.com | sh
|
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
COPY cppbuilder .
|
|
||||||
|
|
||||||
RUN chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user