Skip to content

Commit

Permalink
go install dlv like normal
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Stettler <[email protected]>
  • Loading branch information
replay committed Dec 15, 2023
1 parent 21d43ba commit c1d94f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.delve
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache build-base git

COPY . /src/rollout-operator
WORKDIR /src/rollout-operator
RUN go install -ldflags "-s -w -extldflags '-static'" github.com/go-delve/delve/cmd/[email protected]
RUN go install github.com/go-delve/delve/cmd/[email protected]
RUN /go/bin/dlv -h
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make ${BUILDTARGET}

Expand Down

0 comments on commit c1d94f5

Please sign in to comment.