I am trying to build the docker image using CentOS 7.7 as my base docker image which is systemd
image.
Now, my requirement is like this: install the first RPM which starts the systemctl start my-process
and this process required to be started in order to install my second RPM. But since Dockerfile not able to start the process using systemctl, i am not able to install any RPM correctly. I am getting following error:
Failed to get D-Bus connection: Operation not permitted