Skip to content

Commit 4116f12

Browse files
committed
add procps as it's not included by default in recent sle
Signed-off-by: Silvio Moioli <[email protected]>
1 parent 2829f06 commit 4116f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG GO_VERSION=1.24
44
ARG DLV_VERSION=1.25.1
55
ARG DELVE_DEBUGGER_VERSION=0
66

7-
RUN zypper --non-interactive install --no-recommends go${GO_VERSION} git sudo
7+
RUN zypper --non-interactive install --no-recommends go${GO_VERSION} git sudo procps
88

99
RUN CGO_ENABLED=0 go install -ldflags '-extldflags -static' github.com/go-delve/delve/cmd/dlv@v${DLV_VERSION}
1010
RUN mv /root/go/bin/dlv /usr/bin

0 commit comments

Comments
 (0)