Skip to content

Commit

Permalink
fix debug dockerfile (dapr#6124)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangchao <[email protected]>
  • Loading branch information
Taction authored Mar 23, 2023
1 parent 044931c commit a66a335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile-debug
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ FROM golang:1.20

ARG PKG_FILES
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN mv /go/bin/dlv /
WORKDIR /
COPY /$PKG_FILES /

0 comments on commit a66a335

Please sign in to comment.