Updated README

This commit is contained in:
Caleb Fultz 2023-11-13 10:01:29 -05:00
parent a0d6f363bc
commit ce90096aa8

View File

@ -16,7 +16,7 @@ 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 wget RUN apt-get install --yes dialog apt-utils wget libsdl-image1.2
# Adding Zandronum repo and installing the application # 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 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 zandronum-server
# Create a non-privileged user # Create a non-privileged user
RUN useradd -ms /bin/bash zandronum RUN useradd -ms /bin/bash zandronum