Battlelore changes

This commit is contained in:
ChocoTaco 2020-01-05 15:37:15 -05:00
parent 934aebea76
commit 2c14276035
3 changed files with 12 additions and 9 deletions

View file

@ -26,6 +26,9 @@ ARG SRVUSER=gameserv
ARG SRVUID=1000
ARG SRVDIR=/tmp/tribes2/
ENV INSTDIR=/home/${SRVUSER}/.loki/tribes2/
ENV TZ="America/New_York"
# -- shutup installers
ENV DEBIAN_FRONTEND noninteractive
# UPDATE IMAGE
@ -41,15 +44,11 @@ rsyslog \
# -- utilities
sed less nano vim file wget curl gnupg2 netcat software-properties-common xdelta3 tzdata
#RUN timedatectl set-timezone ${TZ}
# CLEAN IMAGE
RUN apt-get -y clean && apt-get -y autoremove
# ENV
# -- shutup installers
ENV DEBIAN_FRONTEND noninteractive
# USER
# -- add the user, expose datastore
RUN useradd -m -s /bin/bash -u ${SRVUID} ${SRVUSER}