Skip to content

Commit

Permalink
[artifacts/container] Re-add curl (#183626)
Browse files Browse the repository at this point in the history
Partially reverts #183334. Some
services using kibana as a base expect it to exist for running health
checks.


cc @jsoriano
  • Loading branch information
jbudz authored May 16, 2024
1 parent 4fade37 commit b211842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit b211842

Please sign in to comment.