From ad40b4df9950df61f5d826b996711e1944c6eedb Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 21 Oct 2018 18:23:41 +0200 Subject: [PATCH] Switch to hosted steam image --- Dockerfile | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab38e23..12318e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM zombi/steam-base +FROM zombi/steam MAINTAINER MadMaurice , Paul EXPOSE 27015/udp diff --git a/README.md b/README.md index ecf87e8..ba0c302 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ server. ### Building steam-csgo -first build the `steam-base` image. - ``` docker build -t zombi/steam-csgo . ```