Skip to content

Commit b60f39d

Browse files
authored
Merge pull request #171 from stackhpc/upstream/yoga-2022-10-10
Synchronise yoga with upstream
2 parents 32d593e + bcfdd7f commit b60f39d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docker/base/curlrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# curl default options
22
--fail
33
--location
4+
--retry 5
45
--silent
56
--show-error
67
--write-out "curl (%{url_effective}): response: %{http_code}, time: %{time_total}, size: %{size_download}\n"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
other:
3+
- |
4+
Added '--retry 5' to curlrc to improve curl downloads during image builds.

0 commit comments

Comments
 (0)