Skip to content

Commit

Permalink
Use useradd instead of adduser
Browse files Browse the repository at this point in the history
  • Loading branch information
felixvanoost committed Aug 13, 2024
1 parent 8185f02 commit 0ac50bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ops/docker/jdk17-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ ARG UMLET_VERSION="2023-03-20_UMLet_v15.1"
ARG WIREVIZ_VERSION="0.3.3"
ARG TARGETARCH

RUN groupadd --gecos 1000 kroki && adduser --disabled-password --ingroup kroki -u 1000 kroki
RUN groupadd --gecos 1000 kroki && useradd --disabled-password --ingroup kroki -u 1000 kroki

# For TikZ
#
Expand Down

0 comments on commit 0ac50bd

Please sign in to comment.