mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
nope
This commit is contained in:
parent
ce10c95da1
commit
024ffd8a96
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.12
|
FROM python:3.12
|
||||||
RUN apt update && apt -y upgrade && apt -y --no-install-recommends install libopenal-dev libsdl2-dev libvorbis-dev cmake clang-format rsync
|
RUN apt update && apt -y upgrade && apt -y --no-install-recommends install libopenal-dev libsdl2-dev libvorbis-dev cmake clang-format rsync zip
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
COPY config/requirements.txt ballistica_requirements.txt
|
COPY config/requirements.txt ballistica_requirements.txt
|
||||||
RUN pip install -r ballistica_requirements.txt
|
RUN pip install -r ballistica_requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user