Skip to content

Commit

Permalink
Assign uid 1001 and gid 0 to docops user
Browse files Browse the repository at this point in the history
  • Loading branch information
he-meyer committed Apr 10, 2024
1 parent 3ffcf7b commit 7dfc07f
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 --user-group && \
adduser docops --uid 1001 --gid 0 && \
# Install drawio
dnf install -y wget && \
mkdir /home/docops/drawio && \
Expand Down

0 comments on commit 7dfc07f

Please sign in to comment.