mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 05:53:15 +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 \
|
apt-get install -y \
|
||||||
python3.12-dev \
|
python3.12-dev \
|
||||||
python3.12-venv \
|
python3.12-venv \
|
||||||
|
python3-pip \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
libvorbisfile3 \
|
libvorbisfile3 \
|
||||||
freeglut3-dev \
|
freeglut3-dev \
|
||||||
libopenal-dev \
|
libopenal-dev \
|
||||||
make
|
make
|
||||||
|
|
||||||
|
RUN apt-get install -y curl rsync
|
||||||
|
RUN apt-get install -y clang-format
|
||||||
ARG BOMBSQUAD_VERSION=N/A
|
ARG BOMBSQUAD_VERSION=N/A
|
||||||
|
|
||||||
# WORKDIR /home/ubuntu/
|
# WORKDIR /home/ubuntu/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user