update make format

This commit is contained in:
aler9 2021-12-03 12:29:31 +01:00
parent 4fcfd95619
commit 0d8f14388e

View File

@ -35,8 +35,7 @@ mod-tidy:
define DOCKERFILE_FORMAT
FROM $(BASE_IMAGE)
RUN apk add --no-cache git
RUN GO111MODULE=on go get mvdan.cc/gofumpt@v0.2.0
RUN go install mvdan.cc/gofumpt@v0.2.0
endef
export DOCKERFILE_FORMAT