Docker and adding custom packages
Posted: Tuesday 16 February 2021 11:20
Hello, I am trying to go from a hardware install to a docker install.
If I use domoticz/domoticz:latest I can have domoticz up and running correctly.
But I need a couple of plugins that needs custom packages installed (apt-get install xxxxx).
Which is the correct way to personalize my dockerfile so that if a new release is published in main docker domoticz, I can update without having to reinstall extra packages by hand each time?
Thank you
If I use domoticz/domoticz:latest I can have domoticz up and running correctly.
But I need a couple of plugins that needs custom packages installed (apt-get install xxxxx).
Which is the correct way to personalize my dockerfile so that if a new release is published in main docker domoticz, I can update without having to reinstall extra packages by hand each time?
Thank you