Download Quake on each boot instead of making a bloated image.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
eb7b8fe905
commit
6c117f2ea1
|
@ -1,9 +1,7 @@
|
|||
FROM steamcmd/steamcmd:ubuntu
|
||||
|
||||
WORKDIR /game
|
||||
RUN steamcmd +login anonymous +force_install_dir /game +app_update 349090 validate +exit
|
||||
|
||||
COPY start.sh .
|
||||
COPY start.sh /start.sh
|
||||
|
||||
ENTRYPOINT [ "bash" ]
|
||||
CMD [ "/game/start.sh" ]
|
||||
CMD [ "/start.sh" ]
|
|
@ -29,3 +29,5 @@ services:
|
|||
- PASSWORD=password123
|
||||
- RCON_PASSWORD=superSecurePassword
|
||||
```
|
||||
|
||||
Mount /game if you want some level of persistence. I haven't tried getting updates to work, so instead I just download from fresh on each boot.
|
Loading…
Reference in New Issue