Hassio install third party tools

Hi,
I have a working installation of Hassbian, which get datas from Mbus devices.
To achieve this, I collect datas through a python script that uses some libs/tools that I compiled on my raspberry 3B Hassbian installation.
In order to upgrade to Hassio in the future, I have installed Hassio on another raspberry 3B.
It works great, with add-on available, but now, in order to make my Mbus system on it,
I need to compile my tools on the raspberry.
I am totally newbie with docker. I don’t know how to install binaries on my Raspberry with Hassio

  • how do I get to login ?
  • what is root login on standard Hassio install?
  • Once I would have compiled my lib, will I have permission to run additional tools from inside of Hassio/docker ?
    As you can see, I have no clue where to start.
    Thanks in advance
    Claude

Anyone does have any hints on how to process a
./configure
make install
on a raspberry pi 3 running Hass.io?
login as root makes only a few commands available to shell…

If you run hassio on Hassos, I don’t think it can be done. You might need to use a hassio on generic linux install.

Hello Francis,
Thank you very much, this is what I … feared. I’ve tried to go that way, not straight forward though, docker refuse to install n my Pi. but that’s another story.
It is a shame to be forced to that way, but that’s the story of software development.
Thank again