generic-docker-images/Dockerfile.alpinebuilder
Your Name 3d3bd83fa1
Some checks failed
Gitea Actions Demo / Build (push) Failing after 13m23s
:-'Generic Commit'
2025-05-29 21:26:03 +12:00

22 lines
279 B
Docker

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