patch docker-mods script, curl version doesn't support option

This commit is contained in:
aptalca 2023-05-22 12:20:52 -04:00
parent 1edaa518af
commit e02954df80
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
3 changed files with 6 additions and 0 deletions

View File

@ -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 && \

View File

@ -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 && \

View File

@ -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 && \