rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Optimizing makefile and binary size #124

Closed rafecolton closed 10 years ago

rafecolton commented 10 years ago

Addresses https://github.com/rafecolton/docker-builder/issues/123

Also makes the compiled binary smaller

(Thanks @kelseyhightower for the docs on building smaller binaries!)