[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:
Jon 2024-05-16 10:37:24 -05:00 committed by GitHub
parent 4fade37313
commit b2118427f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; \