backend: add shfmt command to the docker image

This commit is contained in:
Iago López Galeiras
2017-01-09 15:17:51 +01:00
parent 643827d9a7
commit ec0b6dd8d0

View File

@@ -9,6 +9,7 @@ RUN go get -tags netgo \
github.com/fzipp/gocyclo \
github.com/golang/lint/golint \
github.com/kisielk/errcheck \
gopkg.in/mvdan/sh.v1/cmd/shfmt \
github.com/mjibson/esc \
github.com/client9/misspell/cmd/misspell && \
rm -rf /go/pkg/ /go/src/