diff options
author | Evan Purkhiser <[email protected]> | 2016-11-23 01:39:01 -0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2016-11-23 10:52:17 +0100 |
commit | e0b278205a281ef0b5adfef80b7e85ecea8724ac (patch) | |
tree | 22a6d712aa6c89530998c24a29ad24a2e2141f4d /Dockerfile | |
parent | c06c3234ebda2fd7d28ee7aa15aa62afa40a3978 (diff) | |
download | hugo-e0b278205a281ef0b5adfef80b7e85ecea8724ac.tar.gz hugo-e0b278205a281ef0b5adfef80b7e85ecea8724ac.zip |
Fix alignment of go gets in Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 56113195b..d5a37efc1 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 |