mirror of
https://github.com/linuxserver/docker-baseimage-ubuntu.git
synced 2026-02-19 23:06:44 +08:00
patch docker-mods script, curl version doesn't support option
This commit is contained in:
parent
1edaa518af
commit
e02954df80
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user