Update Dockerfile
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m51s

This commit is contained in:
omaroughriss 2025-07-03 13:02:28 +02:00
parent 60aa257f04
commit e4a9a1473f

View File

@ -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 tee RUN apt-get update && apt-get install -y ca-certificates strace
# 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