Skip to content

Commit

Permalink
fix make tra
Browse files Browse the repository at this point in the history
  • Loading branch information
asim3 committed May 22, 2024
1 parent c5cd3f7 commit 0752221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL org.opencontainers.image.description="Django: my_project_name"

FROM base

RUN apt-get -y update && apt-get -y install libpq5
RUN apt-get -y update && apt-get -y install libpq5 gettext

RUN adduser --system --shell /bin/bash --uid 1000 --group --disabled-password --disabled-login d_user

Expand Down

0 comments on commit 0752221

Please sign in to comment.