Update Dockerfile
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user