systemd-firstboot
Initialize basic system settings on or before the first boot-up of a system. More information: <https://www.freedesktop.org/software/systemd/man/systemd-firstboot.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