Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
added postgresql-client package
  • Loading branch information
rw-bsi authored Nov 24, 2024
1 parent d6a407c commit e84453c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN set -ex && \
apt-get -y update && \
apt-get -y dist-upgrade && \
apt-get -y install --no-install-recommends --no-install-suggests \
postgresql-client \
netcat-openbsd \
procps \
htop && \
Expand Down

0 comments on commit e84453c

Please sign in to comment.