Updated README
This commit is contained in:
parent
a0d6f363bc
commit
ce90096aa8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user