This commit is contained in:
era 2025-01-18 22:14:00 +03:30
parent bc7003f6b8
commit c41402513b
No known key found for this signature in database
GPG Key ID: D09203E19A264BC3
2 changed files with 2 additions and 2 deletions

View File

@ -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
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

View File

@ -3,7 +3,7 @@ when:
steps:
- name: buildx
image: woodpeckerci/plugin-kaniko
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: .woodpecker/Dockerfile
registry: codeberg.org