From e8952797304577b7042ce934a396a9908a7fe8e5 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Fri, 28 Jan 2022 10:15:18 -0600 Subject: [PATCH] another attempt at adding curl --- build-factario-container.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-factario-container.jenkins b/build-factario-container.jenkins index d8dfd61..7031b00 100644 --- a/build-factario-container.jenkins +++ b/build-factario-container.jenkins @@ -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 && \\