Skip to content

Commit 061a54d

Browse files
authored
CI/CD: Add procps (#184)
- To do health check of NCN Keeper on remote machine, we need to install `procps` library
1 parent 2c5faee commit 061a54d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ FROM debian:bullseye-slim as jito-tip-router-ncn-keeper
2525
RUN apt-get update && apt-get install -y \
2626
ca-certificates \
2727
libssl1.1 \
28+
procps \
2829
&& rm -rf /var/lib/apt/lists/*
2930

3031
COPY --from=builder /usr/src/app/target/release/jito-tip-router-cli /usr/local/bin/jito-tip-router-cli

0 commit comments

Comments
 (0)