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!
I tried to use this package inside docker and it couldn't find the active interface.
It turns out it is dependent on
ifconfigand I had to installnet-toolsto make it work.Checking if
ifconfigis available during the installation and warning would be good!