network
network copied to clipboard
Depends on ifconfig
I tried to use this package inside docker and it couldn't find the active interface.
It turns out it is dependent on ifconfig
and I had to install net-tools
to make it work.
Checking if ifconfig
is available during the installation and warning would be good!
Good catch. Feel free to submit a PR! :)