File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ARG VULKAN_VERSION
5757
5858ENV DEBIAN_FRONTEND=noninteractive \
5959 DEBCONF_NOWARNINGS="yes" \
60- CURL_OPTIONS="--silent --show-error --retry 5 --location "
60+ CURL_OPTIONS="--silent --show-error --location -- retry 5 --retry-all-errors --retry-delay 3 --retry-max-time 30 --fail "
6161
6262WORKDIR /tmp
6363RUN echo "Download Stage" && \
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ ARG VULKAN_VERSION
7474
7575ENV DEBIAN_FRONTEND=noninteractive \
7676 DEBCONF_NOWARNINGS="yes" \
77- CURL_OPTIONS="--silent --show-error --retry 5 --location "
77+ CURL_OPTIONS="--silent --show-error --location -- retry 5 --retry-all-errors --retry-delay 3 --retry-max-time 30 --fail "
7878
7979WORKDIR /tmp
8080RUN echo "Download Stage" && \
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ ARG VULKAN_VERSION
7474
7575ENV DEBIAN_FRONTEND=noninteractive \
7676 DEBCONF_NOWARNINGS="yes" \
77- CURL_OPTIONS="--silent --show-error --retry 5 --location "
77+ CURL_OPTIONS="--silent --show-error --location -- retry 5 --retry-all-errors --retry-delay 3 --retry-max-time 30 --fail "
7878
7979WORKDIR /tmp
8080RUN echo "Download Stage" && \
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ ARG VULKAN_VERSION
7474
7575ENV DEBIAN_FRONTEND=noninteractive \
7676 DEBCONF_NOWARNINGS="yes" \
77- CURL_OPTIONS="--silent --show-error --retry 5 --location "
77+ CURL_OPTIONS="--silent --show-error --location -- retry 5 --retry-all-errors --retry-delay 3 --retry-max-time 30 --fail "
7878
7979WORKDIR /tmp
8080RUN echo "Download Stage" && \
You can’t perform that action at this time.
0 commit comments