Skip to content

Commit ac0f7da

Browse files
Add nc to debug_shell (#3375)
Needed it today, was surprised it wasn't already there. [static] Signed-off-by: Martin Florian <[email protected]>
1 parent 6703514 commit ac0f7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/images/splice-debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
FROM --platform=linux/amd64 ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
77
LABEL org.opencontainers.image.base.name="ubuntu:24.04"
88

9-
RUN apt-get update && apt-get install -y postgresql-client curl
9+
RUN apt-get update && apt-get install -y postgresql-client curl netcat-openbsd
1010
RUN curl -sSLO https://github.com/fullstorydev/grpcurl/releases/download/v1.9.2/grpcurl_1.9.2_linux_amd64.deb && dpkg -i grpcurl_1.9.2_linux_amd64.deb && rm grpcurl_1.9.2_linux_amd64.deb
1111

1212
COPY target/LICENSE .

0 commit comments

Comments
 (0)