Skip to content

Commit c64eb92

Browse files
committed
feat(roots/Dockerfile): add Delve
See https://github.com/derekparker/delve
1 parent 33bad37 commit c64eb92

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ creating [issues][] and submitting [pull requests][].
1313
* based on [Ubuntu 16.04][]
1414
* [az][]: Azure cloud command-line tool
1515
* [dep][]: Go dependency management tool
16+
* [delve][]: debugger for the Go programming language
1617
* [Docker][]: Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
1718
* [gb][]: project-based build tool for Go
1819
* [ginkgo][]: BDD testing framework for Go
@@ -59,6 +60,7 @@ The latest deis/go-dev Docker image is available at:
5960

6061
[az]: https://github.com/Azure/azure-cli#readme
6162
[Deis Workflow]: https://deis.com/
63+
[delve]: https://github.com/derekparker/delve
6264
[dep]: https://github.com/golang/dep
6365
[Docker Hub]: https://hub.docker.com
6466
[Docker]: http://www.docker.com

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ RUN \
6868
github.com/AlekSi/gocov-xml \
6969
github.com/axw/gocov/gocov \
7070
github.com/constabulary/gb/... \
71+
github.com/derekparker/delve/cmd/dlv \
7172
github.com/dgrijalva/jwt-go/cmd/jwt \
7273
github.com/golang/protobuf/protoc-gen-go \
7374
github.com/haya14busa/goverage \

0 commit comments

Comments
 (0)