Skip to content

Commit

Permalink
bugfix: use correct package name
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <silvio@moioli.net>
  • Loading branch information
moio committed Feb 12, 2024
1 parent a9b3f8c commit b7ab622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.suse.com/suse/sle15:15.4
ARG GO_VERSION
ARG DLV_VERSION

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

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

0 comments on commit b7ab622

Please sign in to comment.