mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-03-15 20:45:10 +01:00
Hide apk progress, sort packages
This commit is contained in:
parent
29ee60236e
commit
6ae5795d38
@ -20,7 +20,7 @@ ENV PORT=34197 \
|
|||||||
PGID="$PGID"
|
PGID="$PGID"
|
||||||
|
|
||||||
RUN mkdir -p /opt /factorio && \
|
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" \
|
curl -sSL "https://www.factorio.com/get-download/$VERSION/headless/linux64" \
|
||||||
-o /tmp/factorio_headless_x64_$VERSION.tar.xz && \
|
-o /tmp/factorio_headless_x64_$VERSION.tar.xz && \
|
||||||
echo "$SHA1 /tmp/factorio_headless_x64_$VERSION.tar.xz" | sha1sum -c && \
|
echo "$SHA1 /tmp/factorio_headless_x64_$VERSION.tar.xz" | sha1sum -c && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user