mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 20:45:01 +00:00
antithesis: Install procps in Docker image
Having "ps" around is pretty helpful...
This commit is contained in:
parent
8d844c13da
commit
3acd0b5097
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ RUN maturin build
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM debian:bullseye-slim AS runtime
|
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
|
RUN pip install antithesis
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue