Skip to content

Commit

Permalink
create home dir in dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
msnwatson committed Apr 3, 2024
1 parent 032c4ec commit 3aa7a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
install_packages curl redis sudo && \
install_packages postgresql-client

RUN adduser --no-create-home --disabled-password tron
RUN adduser --disabled-password tron

USER tron

Expand Down

0 comments on commit 3aa7a09

Please sign in to comment.