mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 05:44:25 +01:00
antithesis: Install procps in Docker image
Having "ps" around is pretty helpful...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user