From d00640f7b3f0d2db7667af7890dce06d383c2295 Mon Sep 17 00:00:00 2001 From: era Date: Sun, 19 Jan 2025 17:05:32 +0330 Subject: [PATCH] docker why --- .woodpecker/ballistica_dev_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/ballistica_dev_dockerfile b/.woodpecker/ballistica_dev_dockerfile index 0e919c34..99d9bca2 100644 --- a/.woodpecker/ballistica_dev_dockerfile +++ b/.woodpecker/ballistica_dev_dockerfile @@ -1,5 +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 apt update && apt -y upgrade && apt -y --no-install-recommends install libopenal-dev libsdl2-dev libvorbis-dev cmake clang-format rsync docker.io zip RUN pip install --upgrade pip COPY config/requirements.txt ballistica_requirements.txt RUN pip install -r ballistica_requirements.txt