ci: docker_tag=ext - Add curl to Dockerfile for healthcheck
All checks were successful
build-and-push-ext / build_push (push) Successful in 21s
All checks were successful
build-and-push-ext / build_push (push) Successful in 21s
This commit is contained in:
parent
25ac6eb808
commit
bf339eb15a
@ -15,7 +15,7 @@ RUN --mount=type=ssh cargo build --release
|
|||||||
|
|
||||||
# ---- image finale ----
|
# ---- image finale ----
|
||||||
FROM debian:bookworm-slim
|
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
|
# Créer l'utilisateur bitcoin
|
||||||
RUN useradd -m -d /home/bitcoin -u 1000 bitcoin
|
RUN useradd -m -d /home/bitcoin -u 1000 bitcoin
|
||||||
|
0
tests/health_check.sh
Normal file → Executable file
0
tests/health_check.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user