Fix cannot send wake on lan package from tools container

This commit is contained in:
Khue Doan 2021-05-16 14:32:01 +07:00
parent 8a301b9b90
commit 83b304f9cd

View File

@ -15,6 +15,7 @@ run:
--rm \
--interactive \
--tty \
--network host \
--env "TERM=${TERM}" \
--env "HOME=${HOME}" \
--volume "${HOME}:${HOME}" \