From a5baa6ff29bcd9ce92e949da0b9ae2b588f9930f Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Fri, 17 May 2024 06:15:28 +0530 Subject: [PATCH] more work on docker build --- Dockerfile | 3 +++ do_stuff | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 110f5496..93067ea6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,12 +9,15 @@ RUN DEBIAN_FRONTEND=noninteractive \ apt-get install -y \ python3.12-dev \ python3.12-venv \ + python3-pip \ libsdl2-dev \ libvorbisfile3 \ freeglut3-dev \ libopenal-dev \ make +RUN apt-get install -y curl rsync +RUN apt-get install -y clang-format ARG BOMBSQUAD_VERSION=N/A # WORKDIR /home/ubuntu/ diff --git a/do_stuff b/do_stuff index ffe0c130..15af9f73 100755 --- a/do_stuff +++ b/do_stuff @@ -4,4 +4,6 @@ echo ls echo rm tools/pcommand +rm -rf .venv make env +make cmake \ No newline at end of file