„Dockerfile“ ändern
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user