Skip to content

Commit 7422e40

Browse files
committed
Add PostgreSQL client for v18
1 parent bdeffaf commit 7422e40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ RUN set -ex && \
4949
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
5050
sudo supervisor logrotate locales curl \
5151
nginx openssh-server redis-tools \
52-
postgresql-client-13 postgresql-client-14 postgresql-client-15 postgresql-client-16 postgresql-client-17 \
52+
postgresql-client-13 postgresql-client-14 postgresql-client-15 \
53+
postgresql-client-16 postgresql-client-17 postgresql-client-18 \
5354
python3 python3-docutils nodejs yarn gettext-base graphicsmagick \
5455
libpq5 zlib1g libyaml-dev libssl-dev libgdbm-dev libre2-dev \
5556
libreadline-dev libncurses5-dev libffi-dev curl openssh-server libxml2-dev libxslt-dev \

0 commit comments

Comments
 (0)