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