Dockerfile aktualisiert

This commit is contained in:
2024-05-18 19:09:53 +02:00
parent bcc7a7e246
commit 514f833835

View File

@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server"
RUN apt-get update && \
apt-get -y install lib32gcc-s1 winbind && \
apt-get -y install lib32gcc-s1 winbind xvfb screen && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/serverdata"