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.
nc
debug_shell
1 parent 6703514 commit ac0f7daCopy full SHA for ac0f7da
cluster/images/splice-debug/Dockerfile
@@ -6,7 +6,7 @@
6
FROM --platform=linux/amd64 ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
7
LABEL org.opencontainers.image.base.name="ubuntu:24.04"
8
9
-RUN apt-get update && apt-get install -y postgresql-client curl
+RUN apt-get update && apt-get install -y postgresql-client curl netcat-openbsd
10
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
11
12
COPY target/LICENSE .
0 commit comments