diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index 9c873492..46ea80a4 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -86,7 +86,7 @@ RUN maturin build # FROM debian:bullseye-slim AS runtime -RUN apt-get update && apt-get install -y bash curl xz-utils python3 sqlite3 bc binutils pip && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y bash curl xz-utils python3 procps sqlite3 bc binutils pip && rm -rf /var/lib/apt/lists/* RUN pip install antithesis WORKDIR /app