docker: update heath check

This commit is contained in:
nym21
2026-03-25 10:33:14 +01:00
parent 6eea20b89a
commit 6d3307c0df
6 changed files with 7 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ RUN cargo build --release --locked
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y ca-certificates procps && rm -rf /var/lib/apt/lists/*
RUN useradd -m -s /bin/bash brk