Skip to content

Instantly share code, notes, and snippets.

@chantra
Created November 17, 2022 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chantra/d2df65eb59eae9a6372ce1f7f7ad5b91 to your computer and use it in GitHub Desktop.
Save chantra/d2df65eb59eae9a6372ce1f7f7ad5b91 to your computer and use it in GitHub Desktop.
FROM s390x/ubuntu:20.04
RUN md5sum /etc/passwd /etc/group
RUN cat /etc/passwd
RUN cat /etc/group
RUN addgroup --system kvm
RUN md5sum /etc/group
RUN cat /etc/group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment