Switch to hosted steam image

This commit is contained in:
paul 2018-10-21 18:23:15 +02:00 committed by Hive
parent 35d21aa0e5
commit 206f782a20
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM zombi/steam-base
FROM zombi/steam
MAINTAINER MadMaurice <madmaurice@zom.bi>, Paul <paul@zom.bi>
EXPOSE 2302-2305/udp 2308/udp

View File

@ -5,8 +5,6 @@ steam-arma3 is the base image for an ARMA3 Server.
### Building steam-arma3
first build the `steam-base` image.
```
docker build -t zombi/steam-arma3 .
```