generic-docker-images/Dockerfile.cppbuilder
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

20 lines
389 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 nodejs npm \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://get.docker.com | sh
RUN docker ps
WORKDIR /app
COPY cppbuilder .
RUN ls && chmod +x cppbuilder_install.sh && ./cppbuilder_install.sh