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 2829f06 commit 4116f12Copy full SHA for 4116f12
package/Dockerfile
@@ -4,7 +4,7 @@ ARG GO_VERSION=1.24
4
ARG DLV_VERSION=1.25.1
5
ARG DELVE_DEBUGGER_VERSION=0
6
7
-RUN zypper --non-interactive install --no-recommends go${GO_VERSION} git sudo
+RUN zypper --non-interactive install --no-recommends go${GO_VERSION} git sudo procps
8
9
RUN CGO_ENABLED=0 go install -ldflags '-extldflags -static' github.com/go-delve/delve/cmd/dlv@v${DLV_VERSION}
10
RUN mv /root/go/bin/dlv /usr/bin
0 commit comments