mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
docker whyyy
This commit is contained in:
parent
6ae1cf3819
commit
18741bb4d4
@ -1,7 +1,5 @@
|
||||
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 zip
|
||||
RUN apk add --update docker openrc
|
||||
RUN rc-update add docker boot
|
||||
RUN pip install --upgrade pip
|
||||
COPY config/requirements.txt ballistica_requirements.txt
|
||||
RUN pip install -r ballistica_requirements.txt
|
||||
RUN install -m 0755 -d /etc/apt/keyrings; curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc; chmod a+r /etc/apt/keyrings/docker.asc; echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
RUN apt update; apt -y --no-install-recommends install libopenal-dev libsdl2-dev libvorbis-dev cmake clang-format rsync zip docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
RUN pip install --upgrade pip; pip install -r ballistica_requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user