Skip to content

Commit cdf1051

Browse files
authored
Merge pull request #19 from anydef/main
Add curl binary
2 parents 7efbfee + 7e5ac7c commit cdf1051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN mvn -B native:compile -P native --no-transfer-progress -DskipTests=true && \
1515
# ---------------------------------------------------------------------
1616
FROM debian:bookworm-slim
1717

18+
COPY --from=ghcr.io/tarampampam/curl:latest-alpine /bin/curl /bin/curl
19+
1820
COPY --from=builder "/build/target/prometheus-alertecho" /srv/prometheus-alertecho
1921

2022
HEALTHCHECK --interval=5s --timeout=1s CMD curl -f http://localhost:9095/health

0 commit comments

Comments
 (0)