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