setfacl
Set file access control lists (ACL). More information: <https://manned.org/setfacl>.
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