From: Evan Purkhiser Date: Wed, 23 Nov 2016 09:39:01 +0000 (-0800) Subject: Fix alignment of go gets in Dockerfile X-Git-Tag: v0.18~60 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e0b27820;p=brevno-suite%2Fhugo Fix alignment of go gets in Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 56113195..d5a37efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +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/fortytw2/leaktest \ && go get github.com/fsnotify/fsnotify COPY . /go/src/github.com/spf13/hugo