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