From: Andrew Speed Date: Sat, 1 Oct 2016 11:02:35 +0000 (+0100) Subject: Update Dockerfile to pull in missing test dependency X-Git-Tag: v0.17~17 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0721a9c7;p=brevno-suite%2Fhugo Update Dockerfile to pull in missing test dependency Add the missing github.com/fortytw2/leaktest dependency required for hugo_site_tests. --- diff --git a/Dockerfile b/Dockerfile index 9c4ad0dc..56113195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN go get github.com/stretchr/testify/assert \ && 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