mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
3 lines
125 B
Makefile
3 lines
125 B
Makefile
mod-tidy:
|
|
docker run --rm -it -v "$(shell pwd):/s" -w /s $(BASE_IMAGE) \
|
|
sh -c "apk add git && GOPROXY=direct go mod tidy"
|