From eb811e016062a798cfda51686c24c97361f52ab3 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 12 Aug 2020 12:57:34 +0200 Subject: [PATCH] Factorio is in .tar.xz format --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 111b50e..882a4e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN \ USER factorio RUN \ wget -O- https://www.factorio.com/get-download/$FACTORIO_VERSION/headless/linux64 \ - |tar xvz -C /opt/factorio/headless + |tar xvJ -C /opt/factorio/headless VOLUME /opt/factorio/saves