Dockerfile: Reduce image size from 277MB to 27MB
authorMaik Ellerbrock <ellerbrock@users.noreply.github.com>
Wed, 26 Jul 2017 06:51:27 +0000 (08:51 +0200)
committerAnthony Fok <foka@debian.org>
Wed, 26 Jul 2017 06:51:27 +0000 (00:51 -0600)
commitbfe0bfbbd1a59ddadb72a6b07fecce71716088ec
treeabe39cdf36bc2729dcc97677aef816ae39846720
parent606d6a8c9177dda4551ed198e0aabbe569f0725d
Dockerfile: Reduce image size from 277MB to 27MB

"xtrem" awesome container size optimization
by using alpine:3.6 as base image
and by installing Go at build time.

See #3730 and #3738
Dockerfile