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