Skip to content

Commit

Permalink
Fix for broken home dir after image upgraded to debian bookworm (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored Jul 19, 2023
1 parent c5ec67e commit b4a0007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmpps-devops-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl -sL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor
&& apt update && apt install --no-install-recommends -qy postgresql-client-15

RUN addgroup --gid 2000 --system appgroup && \
adduser --uid 2000 --system appuser --gid 2000
adduser --uid 2000 --system appuser --gid 2000 --home /home/appuser

USER 2000

Expand Down

0 comments on commit b4a0007

Please sign in to comment.