This commit is contained in:
Nathan Rashleigh
2025-12-20 00:49:28 +11:00
parent b0d23c1dac
commit b223c3afd3
10 changed files with 247 additions and 18 deletions
+11 -2
View File
@@ -1,4 +1,4 @@
FROM cm2network/steamcmd:root AS build
FROM cm2network/steamcmd AS build
LABEL maintainer="ntr@megastructure.games"
EXPOSE 27015/tcp \
@@ -7,7 +7,16 @@ EXPOSE 27015/tcp \
USER root
RUN apt-get update
RUN apt-get install -y wget
RUN apt-get install -y \
wget \
ca-certificates \
zlib1g \
lib32gcc-s1 \
libncurses5 \
libbz2-1.0 \
libtinfo5 \
libcurl3-gnutls \
rcon
ENV CSSDS="/home/steam/cssds"
ENV TF2DS="/home/steam/tf2ds"