We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1889f0 commit 959cf17Copy full SHA for 959cf17
1 file changed
Dockerfile
@@ -24,6 +24,7 @@ FROM debian:bookworm-slim
24
25
RUN apt-get update && apt-get install -y --no-install-recommends \
26
ca-certificates \
27
+ procps \
28
&& rm -rf /var/lib/apt/lists/*
29
30
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
0 commit comments