diff --git a/Dockerfile b/Dockerfile index 5d842c5..e6ed0f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,7 @@ ENV \ +map \${MAP} \ +servercfgfile \${CONFIG} \ \${CUSTOMPARAMETERS} \ - " \ No newline at end of file + " + +# Satisfies TF2's requirement of the steam client library +RUN ln -s /opt/steamcmd/linux32/steamclient.so /root/.steam/sdk32/steamclient.so \ No newline at end of file