Skip to content

Commit

Permalink
Add kate
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic authored Nov 9, 2024
1 parent 244d056 commit 56d50e6
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 @@ -6,6 +6,9 @@ RUN dnf remove -y firewall-config
# Add pam_home for mounting user home
RUN dnf install -y pam_mount

# Add desktop applications
RUN dnf install -y kate

# 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 56d50e6

Please sign in to comment.