Remove steam update in image. Should work with docker hub now.
This commit is contained in:
parent
4fa41cd219
commit
119915c382
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue