Skip to content

Commit c6c7005

Browse files
committed
chore(rootfs/Dockerfile): add go-bindata tool
1 parent fd6aa87 commit c6c7005

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ creating [issues][] and submitting [pull requests][].
1717
* [gb][]: project-based build tool for Go
1818
* [ginkgo][]: BDD testing framework for Go
1919
* [glide][]: Go dependency management tool
20+
* [go-bindata][]: converts any file into go source code
2021
* [golint][]: Go source code linter
2122
* [gometalinter][]: run Go lint tools concurrently
2223
* [gox][]: simple Go cross-compiling tool
@@ -65,6 +66,7 @@ The latest deis/go-dev Docker image is available at:
6566
[gen-changelog.sh]: https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/gen-changelog.sh
6667
[ginkgo]: https://github.com/onsi/ginkgo
6768
[glide]: https://github.com/Masterminds/glide
69+
[go-bindata]: https://github.com/jteeuwen/go-bindata
6870
[Go]: https://golang.org/
6971
[golint]: https://github.com/golang/lint
7072
[gometalinter]: https://github.com/alecthomas/gometalinter
@@ -83,3 +85,4 @@ The latest deis/go-dev Docker image is available at:
8385
[test-cover.sh]: https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
8486
[upx]: http://upx.sourceforge.net/
8587
[vim]: http://www.vim.org/
88+
[ruby]: https://www.ruby-lang.org/

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ RUN \
7171
github.com/dgrijalva/jwt-go/cmd/jwt \
7272
github.com/golang/protobuf/protoc-gen-go \
7373
github.com/haya14busa/goverage \
74+
github.com/jteeuwen/go-bindata/... \
7475
github.com/mitchellh/gox \
7576
github.com/onsi/ginkgo/ginkgo \
7677
&& curl -fsSLO https://github.com/alecthomas/gometalinter/releases/download/v${GOMETALINTER_VERSION}/gometalinter-${GOMETALINTER_VERSION}-linux-amd64.tar.gz \

0 commit comments

Comments
 (0)