mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +08:00
more
This commit is contained in:
parent
bc7003f6b8
commit
c41402513b
@ -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
|
||||||
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
|
||||||
|
|||||||
@ -3,7 +3,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: buildx
|
- name: buildx
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: .woodpecker/Dockerfile
|
dockerfile: .woodpecker/Dockerfile
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user