mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[artifacts/container] Re-add curl (#183626)
Partially reverts https://github.com/elastic/kibana/pull/183334. Some services using kibana as a base expect it to exist for running health checks. cc @jsoriano
This commit is contained in:
parent
4fade37313
commit
b2118427f1
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ RUN for iter in {1..10}; do \
|
|||
apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
fontconfig libnss3 ca-certificates && \
|
||||
fontconfig libnss3 curl ca-certificates && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && \
|
||||
sleep 10; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue