mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[docker] Retry fonts download (#134933)
We recently had a build failure due to a temporary network failure. Most of the asset downloads in our Dockerfile already have retries, this adds similar to the reporting font download.
This commit is contained in:
parent
4d3cab8983
commit
a9b26eebda
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ RUN set -e ; \
|
|||
chmod +x /bin/tini
|
||||
|
||||
RUN mkdir /usr/share/fonts/local
|
||||
RUN curl -L -o /usr/share/fonts/local/NotoSansCJK-Regular.ttc https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJK-Regular.ttc
|
||||
RUN curl --retry 8 -S -L -o /usr/share/fonts/local/NotoSansCJK-Regular.ttc https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJK-Regular.ttc
|
||||
RUN echo "5dcd1c336cc9344cb77c03a0cd8982ca8a7dc97d620fd6c9c434e02dcb1ceeb3 /usr/share/fonts/local/NotoSansCJK-Regular.ttc" | sha256sum -c -
|
||||
RUN fc-cache -v
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue