mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
update make format
This commit is contained in:
3
Makefile
3
Makefile
@@ -28,8 +28,7 @@ mod-tidy:
|
|||||||
|
|
||||||
define DOCKERFILE_FORMAT
|
define DOCKERFILE_FORMAT
|
||||||
FROM $(BASE_IMAGE)
|
FROM $(BASE_IMAGE)
|
||||||
RUN apk add --no-cache git
|
RUN go install mvdan.cc/gofumpt@v0.2.0
|
||||||
RUN GO111MODULE=on go get mvdan.cc/gofumpt@v0.2.0
|
|
||||||
endef
|
endef
|
||||||
export DOCKERFILE_FORMAT
|
export DOCKERFILE_FORMAT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user