Skip to content

Commit

Permalink
Package is actually called pam_mount
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic authored Nov 9, 2024
1 parent 78bcb84 commit 244d056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM quay.io/fedora-ostree-desktops/kinoite:41
RUN dnf remove -y firewall-config

# Add pam_home for mounting user home
RUN dnf install -y pam_home
RUN dnf install -y pam_mount

# Create user "maik"
RUN useradd -G wheel -u 1000 -s /bin/bash maik && \
Expand Down

0 comments on commit 244d056

Please sign in to comment.