Closed jschanz closed 11 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
You can use our universal package install mod https://github.com/linuxserver/docker-mods/tree/universal-package-install and you can install any apk package from https://pkgs.alpinelinux.org/ as long as the branch dropdown matches the alpine version from our Dockerfile https://github.com/linuxserver/docker-kimai/blob/main/Dockerfile (currently 3.18). We announce rebases in our changelog when the alpine version is updated.
If we see a lot of requests for this to be baked in we can add it, but for now the universal package install mod is the best option
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is this a new feature request?
Wanted change
Please add the package mariadb-client to support the EasyBackupBundle for Kimai:
https://github.com/mxgross/EasyBackupBundle
mysql and mysqldump are necessary for backup the instance after installing the plugin. Without the mariadb-client-package no backup is possible
Reason for change
Enable backup for the Kimai instance
Proposed code change
apk add mariadb-client
in Dockerfile