mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update Dockerfile to pull in missing test dependency
Add the missing github.com/fortytw2/leaktest dependency required for hugo_site_tests.
This commit is contained in:
parent
d9c1f1eee7
commit
0721a9c730
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue