Merge pull request #141 from linuxserver/focal-curl

focal: patch docker-mods script, curl version doesn't support option
pull/144/head focal-ccbac383-ls117
aptalca 2023-05-22 12:31:22 -04:00 zatwierdzone przez GitHub
commit 9819db0c3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -117,6 +117,8 @@ RUN \
/app \
/config \
/defaults && \
echo "**** patch /docker-mods ****" && \
sed -i 's|--retry-all-errors|--retry-connrefused|g' /docker-mods && \
echo "**** cleanup ****" && \
apt-get autoremove && \
apt-get clean && \

Wyświetl plik

@ -122,6 +122,8 @@ RUN \
/usr/bin/qemu-aarch64-static -L \
"https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && \
chmod +x /usr/bin/qemu-aarch64-static && \
echo "**** patch /docker-mods ****" && \
sed -i 's|--retry-all-errors|--retry-connrefused|g' /docker-mods && \
echo "**** cleanup ****" && \
apt-get autoremove && \
apt-get clean && \

Wyświetl plik

@ -122,6 +122,8 @@ RUN \
/usr/bin/qemu-arm-static -L \
"https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && \
chmod +x /usr/bin/qemu-arm-static && \
echo "**** patch /docker-mods ****" && \
sed -i 's|--retry-all-errors|--retry-connrefused|g' /docker-mods && \
echo "**** cleanup ****" && \
apt-get autoremove && \
apt-get clean && \