Skip to content

Commit

Permalink
add in curl to the dockerfile for a healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Nov 14, 2024
1 parent 05be020 commit 875adc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
apk --update add \
ca-certificates \
tzdata \
curl \
&& \
update-ca-certificates

Expand Down

0 comments on commit 875adc8

Please sign in to comment.