getfacl
Get file access control lists. More information: <https://manned.org/getfacl>.
RUN apt-get update && \
apt-get install -y acl
RUN apt-get update && \
apt-get install -y acl
RUN apk add acl
RUN pacman -S --noconfirm acl
RUN apt-get update && \
apt-get install -y acl
RUN yum install -y acl
RUN dnf install -y acl
RUN apt-get update && \
apt-get install -y acl