usleep
scripts for initializing and shutting down the system
RUN apt-get update && \
apt-get install -y initscripts
RUN apt-get update && \
apt-get install -y initscripts
RUN pacman -S --noconfirm usleep
RUN apt-get update && \
apt-get install -y usleep
RUN yum install -y initscripts
RUN dnf install -y initscripts
RUN apt-get update && \
apt-get install -y initscripts