DylanPiercey / local-devices

🔮 Find devices connected to the current local network.
MIT License
140 stars 27 forks source link

arp -a not found on raspberry pi(balena os iot) #25

Closed edo92 closed 4 years ago

edo92 commented 4 years ago

Error: arp -a not found when runing on raspberry pi

natterstefan commented 4 years ago

Hi @edo92, I've no experience with balenaOS, sorry. I wrote them on twitter and hopefully they can help us resolving your issue. As soon as they write me, you'll get an update here.

AdamKearn commented 4 years ago

@edo92 If BalenaOS works like other Linux distros then you just need to run this command.

sudo apt-get install net-tools
edo92 commented 4 years ago

Yes which goes in dockerfile