From e4a9a1473fa0aaacde02827ae31a98f4fc484f98 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Thu, 3 Jul 2025 13:02:28 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4873874..35dfffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 tee +RUN apt-get update && apt-get install -y ca-certificates strace # Créer l'utilisateur bitcoin RUN useradd -m -d /home/bitcoin -u 1000 bitcoin