:-'Generic Commit'
Some checks failed
Gitea Actions Demo / Build (push) Failing after 13m23s

This commit is contained in:
Your Name 2025-05-29 21:26:03 +12:00
parent 172313cc82
commit 3d3bd83fa1

21
Dockerfile.alpinebuilder Normal file
View 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