generic-docker-images/Dockerfile.cppbuilder
Your Name 172313cc82
All checks were successful
Gitea Actions Demo / Build (push) Successful in 16m28s
:-'Generic Commit'
2025-05-29 20:26:20 +12:00

16 lines
319 B
Docker

FROM debian:latest
RUN apt-get update && apt-get install -y \
build-essential \
cmake \
git \
nlohmann-json3-dev wget curl cmake ninja-build mold build-essential \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY cppbuilder .
RUN ls && chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh