Update Dockerfile

This commit is contained in:
2023-06-13 09:04:34 +02:00
parent a7b890466c
commit 89f0821299

View File

@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 mariadb-server screen unzip libtbb2:i386 && \
apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 mariadb-server screen unzip libtbb12:i386 && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/serverdata"