Created
September 14, 2022 04:15
-
-
Save icheko/295e4f297f239e48ed3837637d89d907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM registry.redhat.io/rhel8/podman:8.6 | |
USER root | |
RUN chown -Rfv podman:podman /home/podman/.config | |
RUN chown -Rfv podman:podman /home/podman/.local | |
# 1001 | |
USER podman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment