From 206f782a2061d892d065252588f8b782a4f5d826 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 21 Oct 2018 18:23:15 +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 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 . ```