remove retry-all-errors from curl as focal version is too old

pull/88/head
aptalca 2022-04-25 21:13:35 -04:00
rodzic bf14533484
commit 178404b9f3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,7 @@ for DOCKER_MOD in "${DOCKER_MODS[@]}"; do
echo "[mod-init] ${DOCKER_MOD} at ${SHALAYER} has been previously applied skipping"
else
# Download and extract layer to /
curl -f --retry 10 --retry-max-time 60 --retry-all-errors \
curl -f --retry 10 --retry-max-time 60 --retry-connrefused \
--silent \
--location \
--request GET \