Merge pull request #141 from linuxserver/focal-curl
focal: patch docker-mods script, curl version doesn't support optionpull/144/head focal-ccbac383-ls117
commit
9819db0c3e
|
@ -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 && \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Ładowanie…
Reference in New Issue