Skip to content

Commit

Permalink
Remove steam update in image. Should work with docker hub now.
Browse files Browse the repository at this point in the history
  • Loading branch information
TuRz4m committed Jul 12, 2016
1 parent 4fa41cd commit 119915c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ RUN mkdir /home/steam/steamcmd &&\


# First run is on anonymous to download the app
RUN /home/steam/steamcmd/steamcmd.sh +login anonymous +quit
# We can't download from docker hub anymore -_-
#RUN /home/steam/steamcmd/steamcmd.sh +login anonymous +quit

EXPOSE ${STEAMPORT} 32330 ${SERVERPORT}
# Add UDP
Expand Down

0 comments on commit 119915c

Please sign in to comment.