Fixed Dockerfile to work better with Bookworm
This commit is contained in:
parent
a16aace284
commit
b9bd3e20cb
@ -6,12 +6,12 @@ RUN apt-get update --yes
|
|||||||
RUN apt-get upgrade --yes
|
RUN apt-get upgrade --yes
|
||||||
|
|
||||||
# Helper libraries for adding repo
|
# Helper libraries for adding repo
|
||||||
RUN apt-get install --yes dialog apt-utils software-properties-common wget
|
RUN apt-get install --yes dialog apt-utils wget
|
||||||
|
|
||||||
# Adding Zandronum repo and installing the application
|
# Adding Zandronum repo and installing the application
|
||||||
|
|
||||||
RUN wget -O - http://debian.drdteam.org/drdteam.gpg | apt-key add -
|
RUN wget -O /etc/apt/trusted.gpg.d/drdteam.gpg https://debian.drdteam.org/drdteam.gpg
|
||||||
RUN apt-add-repository 'deb https://debian.drdteam.org stable multiverse'
|
RUN echo "deb https://debian.drdteam.org stable multiverse" >> /etc/apt/sources.list
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
RUN apt-get upgrade --yes
|
RUN apt-get upgrade --yes
|
||||||
RUN apt-get install --yes --quiet libsdl-image1.2 zandronum
|
RUN apt-get install --yes --quiet libsdl-image1.2 zandronum
|
||||||
|
Loading…
Reference in New Issue
Block a user