diff --git a/Dockerfile b/Dockerfile index 276a262..bf24dec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM zombi/steam-base +FROM zombi/steam MAINTAINER MadMaurice , Paul EXPOSE 2302-2305/udp 2308/udp diff --git a/README.md b/README.md index 2e919c5..33ae0c1 100644 --- a/README.md +++ b/README.md @@ -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 . ```