mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
more work on docker build
This commit is contained in:
parent
4382c396e5
commit
a5baa6ff29
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user