summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)Author
2017-02-23Update Docker file to Go 1.8Hauke Löffler
* new go-version, switch to alpine (reduce size by 500mb) * use govendor
2016-12-28Fix DockerfileGilbert Gilb's
2016-11-23Fix alignment of go gets in DockerfileEvan Purkhiser
2016-10-01Update Dockerfile to pull in missing test dependencyAndrew Speed
Add the missing github.com/fortytw2/leaktest dependency required for hugo_site_tests.
2016-06-08Fix urlesc import url in DockerfileCody W. Opel
2016-06-05Get Dockerfile up-to-dateBjørn Erik Pedersen
2016-04-20Update import path of fsnotifyAnthony Fok
Rename "gopkg.in/fsnotify.v1" to "github.com/fsnotify/fsnotify" per upstream recommendation. See https://github.com/fsnotify/fsnotify/issues/108 for rationale.
2016-03-10Update Dockerfile to use golang:1.6 base imageIvan Fraixedes
Hugo has been confirmed which runs on Golang 1.6, as travis uses 1.6 vesion. Dockerfile must be consistend with it so it has to use golang:1.6 as base image than golang:1.5
2016-01-04Use a Docker container to build hugoSven Dowideit
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>