keyctl
Manipulate the Linux kernel keyring. More information: <https://manned.org/keyctl>.
RUN apt-get update && \
apt-get install -y keyutils
RUN apt-get update && \
apt-get install -y keyutils
RUN apk add keyutils
RUN pacman -S --noconfirm keyutils
RUN apt-get update && \
apt-get install -y keyutils
RUN yum install -y keyutils
RUN dnf install -y keyutils
RUN apt-get update && \
apt-get install -y keyutils