From ce90096aa855247c3e69544fcc5ee1154744fece Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Mon, 13 Nov 2023 10:01:29 -0500 Subject: [PATCH] Updated README --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2973c0e..60c9db6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update --yes RUN apt-get upgrade --yes # Helper libraries for adding repo -RUN apt-get install --yes dialog apt-utils wget +RUN apt-get install --yes dialog apt-utils wget libsdl-image1.2 # Adding Zandronum repo and installing the application @@ -24,7 +24,7 @@ RUN wget -O /etc/apt/trusted.gpg.d/drdteam.gpg https://debian.drdteam.org/drdtea 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 +RUN apt-get install --yes --quiet zandronum-server # Create a non-privileged user RUN useradd -ms /bin/bash zandronum