Skip to content

Commit

Permalink
Fixed bug in building service
Browse files Browse the repository at this point in the history
userid 1000 was already taken
  • Loading branch information
Hennich committed Nov 7, 2024
1 parent 10760d1 commit 0468e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install -y xinetd
RUN apt-get install -y ncat

RUN addgroup --system author
RUN adduser --system --ingroup author --uid 1000 author
RUN adduser --system --ingroup author --uid 1001 author

#RUN useradd author

Expand Down

0 comments on commit 0468e63

Please sign in to comment.