forked from External/mediamtx
3 lines
127 B
Makefile
3 lines
127 B
Makefile
mod-tidy:
|
|
docker run --rm -it -v $(PWD):/s -w /s $(BASE_IMAGE) \
|
|
sh -c "apk add git && GOPROXY=direct go get && go mod tidy"
|