From e0b278205a281ef0b5adfef80b7e85ecea8724ac Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Wed, 23 Nov 2016 01:39:01 -0800 Subject: [PATCH] Fix alignment of go gets in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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