systemd-stdio-bridge
Implement a proxy between stdin/stdout and a D-Bus. Note: It expects to receive an open connection via stdin/stdout when started, and will create a new connection to the specified bus. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-stdio-bridge.html>.
RUN apt-get update && \
apt-get install -y systemd
RUN apt-get update && \
apt-get install -y systemd
RUN pacman -S --noconfirm systemd
RUN apt-get update && \
apt-get install -y systemd
RUN yum install -y systemd
RUN dnf install -y systemd
RUN apt-get update && \
apt-get install -y systemd