I would like to know if it is possible to install additional packages to the container. For a plug-in I wrote myself I need php-curl and php-bcmath.
Besides that I would like to use thruk (https://www.thruk.org/download.html) for displaying the status and nagiosql (https://sourceforge.net/projects/nagiosql/) for controlling the hosts and services.
The first probably is possible with an "ADDITIONAL_PACKAGES" environment variable in which one can specify the additional packages to be installed.
For the second part to work it's probably enough to be able to extend the apache config with one or more additional config files (I suggest via IncludeOptional). Then I can put my own files in the persisted storage, so thinks keep working after an update
If there is anything I can do to help, please let me know
I would like to know if it is possible to install additional packages to the container. For a plug-in I wrote myself I need php-curl and php-bcmath. Besides that I would like to use thruk (https://www.thruk.org/download.html) for displaying the status and nagiosql (https://sourceforge.net/projects/nagiosql/) for controlling the hosts and services.
The first probably is possible with an "ADDITIONAL_PACKAGES" environment variable in which one can specify the additional packages to be installed.
For the second part to work it's probably enough to be able to extend the apache config with one or more additional config files (I suggest via IncludeOptional). Then I can put my own files in the persisted storage, so thinks keep working after an update
If there is anything I can do to help, please let me know