groups
Print group memberships for a user. See also: groupadd, groupdel, groupmod. More information: <https://www.gnu.org/software/coreutils/groups>.
RUN apt-get update && \
apt-get install -y coreutils
RUN apt-get update && \
apt-get install -y coreutils
RUN apk add shadow
RUN pacman -S --noconfirm shadow
RUN apt-get update && \
apt-get install -y coreutils
RUN yum install -y coreutils
RUN dnf install -y coreutils
RUN apt-get update && \
apt-get install -y coreutils