kernel-install
Add and remove kernel and initrd images to and from /boot. More information: <https://manned.org/kernel-install.8>.
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-udev
RUN apt-get update && \
apt-get install -y systemd