We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b3f8c commit b7ab622Copy full SHA for b7ab622
package/Dockerfile
@@ -3,7 +3,7 @@ FROM registry.suse.com/suse/sle15:15.4
3
ARG GO_VERSION
4
ARG DLV_VERSION
5
6
-RUN zypper --non-interactive install --no-recommends go-${GO_VERSION} git sudo
+RUN zypper --non-interactive install --no-recommends go${GO_VERSION} git sudo
7
8
RUN CGO_ENABLED=0 go install -ldflags '-extldflags -static' github.com/go-delve/delve/cmd/dlv@v${DLV_VERSION}
9
RUN mv /root/go/bin/dlv /usr/bin
0 commit comments