This commit is contained in:
parent
172313cc82
commit
3d3bd83fa1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user