systemd-tmpfiles
Create, delete and clean up volatile and temporary files and directories. This command is automatically invoked on boot by systemd services, and running it manually is usually not needed. More information: <https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.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