Skip to content

Commit

Permalink
[artifacts/container] Re-add curl
Browse files Browse the repository at this point in the history
Some services using kibana as a base expect it to exist for running
health checks.
  • Loading branch information
jbudz committed May 16, 2024
1 parent c010d98 commit c8d599f
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 c8d599f

Please sign in to comment.