uuidd
Daemon for generating UUIDs. More information: <https://manned.org/uuidd>.
RUN apt-get update && \
apt-get install -y uuid-runtime
RUN apt-get update && \
apt-get install -y uuid-runtime
RUN pacman -S --noconfirm uuidd
RUN apt-get update && \
apt-get install -y uuid-runtime
RUN yum install -y uuidd
RUN dnf install -y uuidd
RUN apt-get update && \
apt-get install -y uuid-runtime