Skip to content

Commit d06ae2c

Browse files
authored
Merge pull request #117 from mboersma/add-dlv
feat(roots/Dockerfile): add Delve
2 parents 33bad37 + c64eb92 commit d06ae2c

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)