setcap
Set capabilities of specified file. See also: tldr getcap. More information: <https://manned.org/setcap>.
RUN apt-get update && \
apt-get install -y libcap2-bin
RUN apt-get update && \
apt-get install -y libcap2-bin
RUN apk add libcap
RUN pacman -S --noconfirm libcap
RUN apt-get update && \
apt-get install -y libcap2-bin
RUN yum install -y libcap
RUN dnf install -y libcap
RUN apt-get update && \
apt-get install -y libcap2-bin