Skip to content

Commit fe620ba

Browse files
authored
Add delve into tidb-debug (pingcap#3793)
1 parent b7db773 commit fe620ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: misc/images/tidb-debug/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ ENV GOPATH /go
4949
ENV GOROOT /usr/local/go
5050
ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH
5151

52+
# build delve
53+
RUN go get github.com/go-delve/delve/cmd/dlv
54+
5255
ADD banner /etc/banner
5356
ADD profile /etc/profile
5457

0 commit comments

Comments
 (0)