mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-25 00:13:54 +00:00
4 lines
117 B
Makefile
4 lines
117 B
Makefile
mod-tidy:
|
|
docker run --rm -it -v $(PWD):/s -w /s $(BASE_IMAGE) \
|
|
sh -c "apk add git && GOPROXY=direct go mod tidy"
|