another attempt at adding curl

This commit is contained in:
Hyatt 2022-01-28 10:15:18 -06:00
parent 56c1d335ce
commit e895279730
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -64,7 +64,7 @@ RUN apk add --update --no-cache \\
gettext \\ gettext \\
libintl \\ libintl \\
shadow && \\ shadow && \\
apk add --update --no-cache --virtual=.build-dependencies && \\ apk add --no-cache --virtual=.build-dependencies curl && \\
curl --location --silent "${FactorioDownloadURL}" --output /tmp/factorio.tar.xz && \\ curl --location --silent "${FactorioDownloadURL}" --output /tmp/factorio.tar.xz && \\
tar -x -f /tmp/factorio.tar.xz --directory /opt && \\ tar -x -f /tmp/factorio.tar.xz --directory /opt && \\
rm -v /tmp/factorio.tar.xz && \\ rm -v /tmp/factorio.tar.xz && \\