more work on docker build

This commit is contained in:
Loup-Garou911XD 2024-05-17 06:15:28 +05:30
parent 4382c396e5
commit a5baa6ff29
2 changed files with 5 additions and 0 deletions

View File

@ -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/

View File

@ -4,4 +4,6 @@ echo
ls
echo
rm tools/pcommand
rm -rf .venv
make env
make cmake