shithub: hugo

Download patch

ref: 0721a9c730871592136f95175c8b77321f8992d3
parent: d9c1f1eee76c8fac456a39f03358cac1144a2b3d
author: Andrew Speed <[email protected]>
date: Sat Oct 1 08:02:35 EDT 2016

Update Dockerfile to pull in missing test dependency

Add the missing github.com/fortytw2/leaktest dependency required for
hugo_site_tests.

--- a/Dockerfile
+++ b/Dockerfile
@@ -35,6 +35,7 @@
 	&& go get golang.org/x/text/unicode/norm \
 	&& go get github.com/yosssi/ace \
 	&& go get github.com/spf13/nitro \
+    && go get github.com/fortytw2/leaktest \
 	&& go get github.com/fsnotify/fsnotify
 
 COPY . /go/src/github.com/spf13/hugo