getcap
Command to display the name and capabilities of each specified file. More information: <https://manned.org/getcap>.
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