ci: docker_tag=ext - Add curl to Dockerfile for healthcheck
All checks were successful
build-and-push-ext / build_push (push) Successful in 21s

This commit is contained in:
4NK Dev 2025-09-19 17:04:04 +00:00
parent 25ac6eb808
commit bf339eb15a
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN --mount=type=ssh cargo build --release
# ---- image finale ----
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y ca-certificates strace
RUN apt-get update && apt-get install -y ca-certificates strace curl
# Créer l'utilisateur bitcoin
RUN useradd -m -d /home/bitcoin -u 1000 bitcoin

0
tests/health_check.sh Normal file → Executable file
View File