We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5faee commit 061a54dCopy full SHA for 061a54d
cli/Dockerfile
@@ -25,6 +25,7 @@ FROM debian:bullseye-slim as jito-tip-router-ncn-keeper
25
RUN apt-get update && apt-get install -y \
26
ca-certificates \
27
libssl1.1 \
28
+ procps \
29
&& rm -rf /var/lib/apt/lists/*
30
31
COPY --from=builder /usr/src/app/target/release/jito-tip-router-cli /usr/local/bin/jito-tip-router-cli
0 commit comments