Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install aditional PHP modules / software #129

Open
FRvanderVeen opened this issue Aug 4, 2021 · 1 comment
Open

Install aditional PHP modules / software #129

FRvanderVeen opened this issue Aug 4, 2021 · 1 comment

Comments

@FRvanderVeen
Copy link

FRvanderVeen commented Aug 4, 2021

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

@tronyx
Copy link

tronyx commented Feb 15, 2022

Just fork the repo and create your own image with the additions you require.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants