uuid
Generate and decode Universally Unique Identifiers (UUID). See also uuidgen. More information: <https://manned.org/uuid>.
RUN apt-get update && \
apt-get install -y uuid
RUN apt-get update && \
apt-get install -y uuid
RUN pacman -S --noconfirm uuid
RUN apt-get update && \
apt-get install -y uuid
RUN yum install -y uuid
RUN dnf install -y uuid
RUN apt-get update && \
apt-get install -y uuid