Update Dockerfile

This commit is contained in:
mattieserver
2016-03-17 10:19:28 +01:00
parent ad05453649
commit f8c7456f4f

View File

@@ -24,7 +24,7 @@ RUN wget -q -O ${STEAMCMD_DIR}/steamcmd_linux.tar.gz http://media.steampowered.c
&& tar --directory ${STEAMCMD_DIR} -xvzf /serverdata/steamcmd/steamcmd_linux.tar.gz \
&& rm ${STEAMCMD_DIR}/steamcmd_linux.tar.gz \
&& chmod -R 774 ${STEAMCMD_DIR} ${STEAMCMD_DIR}/linux32 $SERVER_DIR \
&& ln -s ${STEAMCMD_DIR}/linux32/steamclient.so ~/.steam/sdk32/steamclient.so
&& ln -s ${STEAMCMD_DIR}/linux32/ ~/.steam/sdk32
RUN ulimit -n 2048
ADD /scripts/ /opt/scripts/