diff --git a/backend/Dockerfile b/backend/Dockerfile index 3c1c13795..982663b83 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -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/