Update Dockerfile
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user