udevadm
Linux udev management tool. More information: <https://www.freedesktop.org/software/systemd/man/udevadm>.
RUN apt-get update && \
apt-get install -y udev
RUN apt-get update && \
apt-get install -y udev
RUN apk add udev
RUN pacman -S --noconfirm systemd
RUN apt-get update && \
apt-get install -y udev
RUN yum install -y udev
RUN dnf install -y systemd-udev
RUN apt-get update && \
apt-get install -y udev