1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-01-10 03:16:41 +02:00

Hide apk progress, sort packages

This commit is contained in:
Sandro Jäckel 2019-07-05 09:24:04 +02:00
parent 29ee60236e
commit 6ae5795d38
No known key found for this signature in database
GPG Key ID: 236B6291555E8401

View File

@ -20,7 +20,7 @@ ENV PORT=34197 \
PGID="$PGID"
RUN mkdir -p /opt /factorio && \
apk add --update --no-cache pwgen su-exec binutils gettext libintl shadow curl jq bash && \
apk add --update --no-cache --no-progress bash binutils curl gettext jq libintl pwgen shadow su-exec && \
curl -sSL "https://www.factorio.com/get-download/$VERSION/headless/linux64" \
-o /tmp/factorio_headless_x64_$VERSION.tar.xz && \
echo "$SHA1 /tmp/factorio_headless_x64_$VERSION.tar.xz" | sha1sum -c && \