diff --git a/Makefile b/Makefile index 2574f08..261e084 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,11 @@ ifdef WAYLAND_DISPLAY -v /run/user/$(shell id -u)/wayland-0:/run/user/$(shell id -u)/wayland-0 endif +ifdef HOST + RUN_OPTION += \ + --network host +endif + BUILD_OPTION=\ --build-arg USERNAME=$(shell id -un) \ --build-arg UID=$(shell id -u)