„Dockerfile“ ändern

This commit is contained in:
2019-12-26 09:06:31 +01:00
parent 0f592029f1
commit f0137cf7b6

View File

@@ -3,13 +3,7 @@ FROM ich777:debian-baseimage
MAINTAINER ich777
RUN apt-get update
RUN apt-get -y install lib32gcc1 wget locales libc6-i386 nano
RUN touch /etc/locale.gen
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
RUN locale-gen
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
RUN apt-get -y install lib32gcc1 libc6-i386
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"