From f9040c74505029a09957505ec4927ea575953beb Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Tue, 22 Oct 2024 21:23:58 +0200 Subject: [PATCH] Added missing environment variable Took 20 minutes --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 7ee149d..2aaec4c 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -28,7 +28,8 @@ ENV PORT=34197 \ SCENARIOS=/factorio/scenarios \ SCRIPTOUTPUT=/factorio/script-output \ PUID="$PUID" \ - PGID="$PGID" + PGID="$PGID" \ + DLC_SPACE_AGE="true" SHELL ["/bin/bash", "-eo", "pipefail", "-c"]