From ec0b6dd8d09d85dbbedcadf3fc1db0eb2971c72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Mon, 9 Jan 2017 15:17:51 +0100 Subject: [PATCH] backend: add shfmt command to the docker image --- backend/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/