Skip to content

Commit

Permalink
Delete original Ubuntu user
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Nov 21, 2024
1 parent a64db94 commit 2080dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Create a user to run as
RUN userdel -r ubuntu
RUN groupadd --gid 1000 suwayomi && \
useradd --uid 1000 --gid suwayomi --no-log-init suwayomi && \
mkdir -p /home/suwayomi/.local/share/Tachidesk
Expand Down

0 comments on commit 2080dd9

Please sign in to comment.