update make format

This commit is contained in:
aler9
2021-12-03 12:29:27 +01:00
parent 03fcdc7297
commit 41eeaa36e4

View File

@@ -28,8 +28,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