Skip to content

Commit

Permalink
Add curl as dependency for healthcheck (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Oct 22, 2024
1 parent 4746e1e commit 0adde62
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 @@ -50,6 +50,7 @@ WORKDIR /app
RUN <<EOF
# Requirement for Datadog runtime metrics integration
apk add libc6-compat
apk add curl
EOF

# Copy all packages including compiled extensions
Expand Down

0 comments on commit 0adde62

Please sign in to comment.