From b9bd3e20cbce31f32cc3dd679064657b9310fbea Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Sun, 12 Nov 2023 17:44:05 -0500 Subject: [PATCH] Fixed Dockerfile to work better with Bookworm --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19d219a..ef7bba0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,12 +6,12 @@ RUN apt-get update --yes RUN apt-get upgrade --yes # 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 -RUN wget -O - http://debian.drdteam.org/drdteam.gpg | apt-key add - -RUN apt-add-repository 'deb https://debian.drdteam.org stable multiverse' +RUN wget -O /etc/apt/trusted.gpg.d/drdteam.gpg https://debian.drdteam.org/drdteam.gpg +RUN echo "deb https://debian.drdteam.org stable multiverse" >> /etc/apt/sources.list RUN apt-get update --yes RUN apt-get upgrade --yes RUN apt-get install --yes --quiet libsdl-image1.2 zandronum