:-'Generic Commit'
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m31s

This commit is contained in:
Your Name 2025-05-30 00:23:24 +12:00
parent 8e397d7b55
commit 8f82b12133
2 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,10 @@ RUN apk add --no-cache \
npm \
bash
RUN curl -fsSL https://get.docker.com | sh
RUN docker ps
WORKDIR /app
COPY cppbuilder .

View File

@ -4,9 +4,13 @@ RUN apt-get update && apt-get install -y \
build-essential \
cmake \
git \
nlohmann-json3-dev wget curl cmake ninja-build mold build-essential \
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 .