Skip to content

Commit 959cf17

Browse files
committed
Add procps
1 parent f1889f0 commit 959cf17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ FROM debian:bookworm-slim
2424

2525
RUN apt-get update && apt-get install -y --no-install-recommends \
2626
ca-certificates \
27+
procps \
2728
&& rm -rf /var/lib/apt/lists/*
2829

2930
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR

0 commit comments

Comments
 (0)