„Dockerfile“ ändern

This commit is contained in:
2019-05-30 16:10:05 +02:00
parent 9c91b53d7c
commit f9867d9460

View File

@@ -4,7 +4,7 @@ MAINTAINER ich777
RUN dpkg --add-architecture i386 RUN dpkg --add-architecture i386
RUN apt-get update RUN apt-get update
RUN apt-get -y install wget lib32gcc1 lib32stdc++6 mariadb-server screen unzip RUN apt-get -y install wget lib32gcc1 lib32stdc++6 mariadb-server screen unzip libtbb2:i386
ENV DATA_DIR="/serverdata" ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd" ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"