Created attachment 155586 [details] Log of a manual installation in debian 10 docker image Hey ! I'm trying to install Koha 23.05 in a debian docker image. I read [Koha on Debian](https://wiki.koha-community.org/wiki/Koha_on_Debian) documentation. I launch the docker image. ```sh docker run -it --name ${NAME} debian:10 sh ``` I started trying a manual installation. ```sh apt update apt -y install sudo wget gnupg2 wget -qO - https://debian.koha-community.org/koha/gpg.asc | gpg --dearmor -o /usr/share/keyrings/koha-keyring.gpg apt update echo 'deb [signed-by=/usr/share/keyrings/koha-keyring.gpg] https://debian.koha-community.org/koha stable main' > /etc/apt/sources.list.d/koha.list apt update apt -y install koha-common ``` I add the log as an attachment (so you do not need to reproduce my commands). Thank you for your time Best regards Theo
Hi Theo, Koha installation in docker is not yet a supported installation method and your question is more for support/advice and not a bug or enhancement request. As such, I am closing this bug as INVALID. But please ask your question on the mailing list (https://koha-community.org/support/koha-mailing-lists/) or in the Koha IRC chat (https://koha-community.org/get-involved/irc/). I know people have been interested in dockerizing Koha installations outside of development environments.