Skip to content

Commit aca31c5

Browse files
committed
go install dlv like normal
Signed-off-by: Mauro Stettler <[email protected]>
1 parent 3479ce0 commit aca31c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.delve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --no-cache build-base git
88

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

0 commit comments

Comments
 (0)