From 7ec2b1b557896e84341d3ccc9c9bab8684bed77d Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 21 Oct 2018 18:24:11 +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 011075b..e9ae06c 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 39e8a19..fb1e9a9 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ Data for optional mods ### Building steam-gmod -first build the `steam-base` image. - ``` docker build -t zombi/steam-gmod . ```