:-'Generic Commit'
All checks were successful
Gitea Actions Demo / Build (push) Successful in 27s

This commit is contained in:
Your Name 2025-05-30 00:33:32 +12:00
parent ed9506de8b
commit 52f765f358

View File

@ -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