Skip to content

Commit b7ab622

Browse files
committed
bugfix: use correct package name
Signed-off-by: Silvio Moioli <[email protected]>
1 parent a9b3f8c commit b7ab622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM registry.suse.com/suse/sle15:15.4
33
ARG GO_VERSION
44
ARG DLV_VERSION
55

6-
RUN zypper --non-interactive install --no-recommends go-${GO_VERSION} git sudo
6+
RUN zypper --non-interactive install --no-recommends go${GO_VERSION} git sudo
77

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

0 commit comments

Comments
 (0)