mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-06 10:47:24 +01:00
parent
d792589c56
commit
bc28f4a917
@ -40,7 +40,7 @@ RUN set -ox pipefail \
|
|||||||
&& archive="/tmp/factorio_headless_x64_$VERSION.tar.xz" \
|
&& archive="/tmp/factorio_headless_x64_$VERSION.tar.xz" \
|
||||||
&& mkdir -p /opt /factorio \
|
&& mkdir -p /opt /factorio \
|
||||||
&& apt-get -q update \
|
&& apt-get -q update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -qy install ca-certificates curl jq pwgen xz-utils procps --no-install-recommends \
|
&& DEBIAN_FRONTEND=noninteractive apt-get -qy install ca-certificates curl jq pwgen xz-utils procps gettext-base --no-install-recommends \
|
||||||
&& curl -sSL "https://www.factorio.com/get-download/$VERSION/headless/linux64" -o "$archive" --retry $CURL_RETRIES\
|
&& curl -sSL "https://www.factorio.com/get-download/$VERSION/headless/linux64" -o "$archive" --retry $CURL_RETRIES\
|
||||||
&& echo "$SHA256 $archive" | sha256sum -c \
|
&& echo "$SHA256 $archive" | sha256sum -c \
|
||||||
|| (sha256sum "$archive" && file "$archive" && exit 1) \
|
|| (sha256sum "$archive" && file "$archive" && exit 1) \
|
||||||
|
Loading…
Reference in New Issue
Block a user