another attempt at adding curl
This commit is contained in:
parent
56c1d335ce
commit
e895279730
@ -64,7 +64,7 @@ RUN apk add --update --no-cache \\
|
||||
gettext \\
|
||||
libintl \\
|
||||
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 && \\
|
||||
tar -x -f /tmp/factorio.tar.xz --directory /opt && \\
|
||||
rm -v /tmp/factorio.tar.xz && \\
|
||||
|
Reference in New Issue
Block a user