From 0721a9c730871592136f95175c8b77321f8992d3 Mon Sep 17 00:00:00 2001 From: Andrew Speed Date: Sat, 1 Oct 2016 12:02:35 +0100 Subject: Update Dockerfile to pull in missing test dependency Add the missing github.com/fortytw2/leaktest dependency required for hugo_site_tests. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 9c4ad0dcb..56113195b 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 -- cgit v1.2.3