https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34780 Bug ID: 34780 Summary: installation on debian docker image Change sponsored?: --- Product: Koha Version: 23.05 Hardware: Other OS: Linux Status: NEW Severity: blocker Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs@lists.koha-community.org Reporter: grivel.theo@protonmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 155586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155586&action=edit 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.