„Dockerfile“ ändern

This commit is contained in:
2021-12-29 07:19:04 +01:00
parent 47458f163f
commit e95ce85316

View File

@@ -4,7 +4,7 @@ LABEL maintainer="admin@minenet.at"
RUN dpkg --add-architecture i386 && \ RUN dpkg --add-architecture i386 && \
apt-get update && \ apt-get update && \
apt-get -y install lib32gcc-s1 screen xvfb && \ apt-get -y install lib32gcc-s1 screen xvfb winbind && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/serverdata" ENV DATA_DIR="/serverdata"
@@ -13,6 +13,8 @@ ENV SERVER_DIR="${DATA_DIR}/serverfiles"
ENV GAME_ID="template" ENV GAME_ID="template"
ENV GAME_PARAMS="" ENV GAME_PARAMS=""
ENV VALIDATE="" ENV VALIDATE=""
ENV ENABLE_WEBCONSOLE="true"
ENV GOTTY_PARAMS="-w --title-format Wreckfest"
ENV UMASK=000 ENV UMASK=000
ENV UID=99 ENV UID=99
ENV GID=100 ENV GID=100