Merge pull request #308 from Mattie112/patch-1

Corrected xz package in Dockerfile
This commit is contained in:
Jan Naahs
2022-02-12 22:11:04 +01:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ VOLUME /opt/fsm-data /opt/factorio/saves /opt/factorio/mods /opt/factorio/config
EXPOSE 80/tcp 34197/udp
RUN apt-get update && apt-get install -y curl tar xz unzip jq && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y curl tar xz-utils unzip jq && rm -rf /var/lib/apt/lists/*
WORKDIR /opt