Skip to content

Commit

Permalink
Change uid of docops to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
he-meyer committed Apr 17, 2024
1 parent 521ac56 commit 3a010c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN \
# Add non-privileged user
adduser docops --uid 1001 --gid 0 && \
adduser docops --uid 1000 --gid 0 && \
# Install drawio
dnf install -y wget && \
mkdir /home/docops/drawio && \
Expand Down

0 comments on commit 3a010c9

Please sign in to comment.