Compare commits
2 Commits
lifyo
...
stormworks
Author | SHA1 | Date | |
---|---|---|---|
56572b5faa | |||
2986bb8baf |
@@ -1,11 +1,11 @@
|
||||
FROM ich777/winehq-baseimage
|
||||
FROM ich777/debian-baseimage
|
||||
|
||||
LABEL org.opencontainers.image.authors="admin@minenet.at"
|
||||
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server"
|
||||
|
||||
RUN dpkg --add-architecture i386 && \
|
||||
apt-get update && \
|
||||
apt-get -y install lib32gcc-s1 screen xvfb winbind && \
|
||||
apt-get -y install lib32gcc-s1 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV DATA_DIR="/serverdata"
|
||||
|
@@ -1,4 +1,10 @@
|
||||
#!/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
|
||||
echo "SteamCMD not found!"
|
||||
wget -q -O ${STEAMCMD_DIR}/steamcmd_linux.tar.gz http://media.steampowered.com/client/steamcmd_linux.tar.gz
|
||||
|
Reference in New Issue
Block a user