„Dockerfile“ ändern

This commit is contained in:
2019-07-03 18:31:20 +02:00
parent e6d3f8962c
commit 4881991a85

View File

@@ -4,6 +4,8 @@ MAINTAINER ich777
RUN dpkg --add-architecture i386
RUN apt-get update
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENV TZ=Europe/Rome
RUN apt-get -y install lib32gcc1 wget mono-complete
ENV DATA_DIR="/serverdata"