diff --git a/Dockerfile b/Dockerfile index 6cb69e5..b36fb99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="admin@minenet.at" RUN dpkg --add-architecture i386 && \ apt-get update && \ - apt-get -y install --no-install-recommends lib32gcc1 lib32stdc++6 mariadb-server screen unzip libtbb2:i386 && \ + apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 mariadb-server screen unzip libtbb2:i386 && \ rm -rf /var/lib/apt/lists/* ENV DATA_DIR="/serverdata"