Skip to content

Commit 22819e8

Browse files
committed
chore(Dockerfile): remove goupx for go 1.6+
It is no longer needed as `upx` can handle go 1.6 binaries.
1 parent b7fda80 commit 22819e8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The go-dev docker container provides a lightweight Go development environment fo
1111
* [glide](https://github.com/Masterminds/glide): go dependency management
1212
* [golint](https://github.com/golang/lint): go source code linter
1313
* [ginkgo](https://github.com/onsi/ginkgo): BDD testing framework for go
14-
* [goupx](https://github.com/pwaller/goupx): go-compatible executable packer
14+
* [upx](http://upx.sourceforge.net/): executable packer
1515
* [gox](https://github.com/mitchellh/gox): simple go cross-compiling tool
1616

1717
## Usage

rootfs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \
1616
&& go get -u -v \
1717
github.com/golang/lint/golint \
1818
github.com/onsi/ginkgo/ginkgo \
19-
github.com/pwaller/goupx \
2019
github.com/mitchellh/gox
2120

2221
WORKDIR /go

0 commit comments

Comments
 (0)