diff --git a/Dockerfile b/Dockerfile index 7a2ff50..52e8d2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER ich777 RUN dpkg --add-architecture i386 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 STEAMCMD_DIR="${DATA_DIR}/steamcmd"