Skip to content

Commit

Permalink
Update build environment to Debian 12 Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Apr 7, 2024
1 parent 74ad0ec commit 7b063bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# To build and publish image run following commands:
# > docker build -t cahirwpz/demoscene-toolchain:latest .
# > docker image build -t cahirwpz/demoscene-toolchain:latest .
# > docker login
# > docker push cahirwpz/demoscene-toolchain:latest

FROM debian:bullseye-backports
FROM debian:bookworm-backports

WORKDIR /root

Expand All @@ -14,4 +14,4 @@ RUN apt-get install -y --no-install-recommends \
libsdl2-dev libsdl2-ttf-dev libopenal-dev libtool make patch \
pkg-config python3 python3-dev python3-pip quilt texinfo zip
COPY requirements.txt .
RUN pip3 install setuptools wheel && pip3 install -r requirements.txt
RUN pip3 install --break-system-packages -r requirements.txt

0 comments on commit 7b063bc

Please sign in to comment.