Compare commits

...

2 Commits

Author SHA1 Message Date
56572b5faa Dockerfile aktualisiert 2024-03-31 08:25:00 +02:00
2986bb8baf scripts/start-server.sh aktualisiert 2024-03-31 08:19:08 +02:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
FROM ich777/winehq-baseimage FROM ich777/debian-baseimage
LABEL org.opencontainers.image.authors="admin@minenet.at" LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server" LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server"
RUN dpkg --add-architecture i386 && \ RUN dpkg --add-architecture i386 && \
apt-get update && \ apt-get update && \
apt-get -y install lib32gcc-s1 screen xvfb winbind && \ apt-get -y install lib32gcc-s1 && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/serverdata" ENV DATA_DIR="/serverdata"

View File

@@ -1,4 +1,10 @@
#!/bin/bash #!/bin/bash
echo "+-------------------------------------------------------"
echo "| This container is now deprecated since the developers"
echo "| don't support installation through SteamCMD anymore."
echo "+-------------------------------------------------------"
sleep infinity
if [ ! -f ${STEAMCMD_DIR}/steamcmd.sh ]; then if [ ! -f ${STEAMCMD_DIR}/steamcmd.sh ]; then
echo "SteamCMD not found!" echo "SteamCMD not found!"
wget -q -O ${STEAMCMD_DIR}/steamcmd_linux.tar.gz http://media.steampowered.com/client/steamcmd_linux.tar.gz wget -q -O ${STEAMCMD_DIR}/steamcmd_linux.tar.gz http://media.steampowered.com/client/steamcmd_linux.tar.gz