generic-docker-images/Dockerfile.alpinebuilder
Your Name 411876c1ef
Some checks failed
Gitea Actions Demo / Build (push) Failing after 1m23s
:-'Generic Commit'
2025-05-30 00:29:24 +12:00

24 lines
327 B
Docker

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