Skip to content

Commit

Permalink
Add pam_home for mounting users home
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic authored Nov 9, 2024
1 parent eb63662 commit 78bcb84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM quay.io/fedora-ostree-desktops/kinoite:41
# Remove unneeded packages
RUN dnf remove -y firewall-config

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

# Create user "maik"
RUN useradd -G wheel -u 1000 -s /bin/bash maik && \
usermod -p '$6$yIc8YCsXt1rkzeoc$72vBqymGWj7MCX0GduTvUMBqxAvxz4WYDJcASMEBaevyCrKAI1btoDM5czg366gwr6N55Zrn5zlPKTaUGsprV/' maik
Expand Down

0 comments on commit 78bcb84

Please sign in to comment.