Skip to content

Commit

Permalink
Set default shall to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic committed Nov 9, 2024
1 parent 74f3805 commit 267e282
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 && dnf clean all

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

# Set root password
Expand Down

0 comments on commit 267e282

Please sign in to comment.