generic-docker-images/Dockerfile.alpinebuilder
Your Name 8f82b12133
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m31s
:-'Generic Commit'
2025-05-30 00:23:24 +12:00

26 lines
342 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
RUN docker ps
WORKDIR /app
COPY cppbuilder .
RUN chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh