Skip to content

Commit

Permalink
Remove UID 1001 for user in Alpine container
Browse files Browse the repository at this point in the history
The user has then UID 1000, like the Debian container.
  • Loading branch information
flashcode committed Jun 15, 2024
1 parent fe31e72 commit 517e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV TERM="xterm-256color"

# create a user
RUN set -eux ; \
adduser -u 1001 -D -h "$HOME" user ; \
adduser -D -h "$HOME" user ; \
mkdir -p "$HOME/.weechat" ; \
mkdir -p "$HOME/.config/weechat" ; \
mkdir -p "$HOME/.local/share/weechat" ; \
Expand Down

0 comments on commit 517e095

Please sign in to comment.