Package: solr-tomcat Version: 3.6.2+dfsg-20 I am building docker image with solr-tomcat inside using Debian Buster.
When installing solr-tomcat in Dockerfile, installation fails because Setting up solr-tomcat (3.6.2+dfsg-20) ... System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down dpkg: error processing package solr-tomcat (--configure): installed solr-tomcat package post-installation script subprocess returned error exit status 1 It's not possible to have systemd available during docker build, especially as PID 1. Kind regards, Aki Tuomi

