mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Fix alignment of go gets in Dockerfile
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c06c3234eb
commit
e0b278205a
@@ -35,7 +35,7 @@ RUN go get github.com/stretchr/testify/assert \
|
|||||||
&& go get golang.org/x/text/unicode/norm \
|
&& go get golang.org/x/text/unicode/norm \
|
||||||
&& go get github.com/yosssi/ace \
|
&& go get github.com/yosssi/ace \
|
||||||
&& go get github.com/spf13/nitro \
|
&& go get github.com/spf13/nitro \
|
||||||
&& go get github.com/fortytw2/leaktest \
|
&& go get github.com/fortytw2/leaktest \
|
||||||
&& go get github.com/fsnotify/fsnotify
|
&& go get github.com/fsnotify/fsnotify
|
||||||
|
|
||||||
COPY . /go/src/github.com/spf13/hugo
|
COPY . /go/src/github.com/spf13/hugo
|
||||||
|
Reference in New Issue
Block a user