Update Dockerfile
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m51s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m51s
This commit is contained in:
parent
60aa257f04
commit
e4a9a1473f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user