Skip to content

Commit 62d8364

Browse files
DEV: bundle libpq and postgres-client with postgres install
1 parent 8b8124b commit 62d8364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3636
libssl-dev libyaml-dev libtool \
3737
libpcre3 libpcre3-dev zlib1g zlib1g-dev \
3838
libxml2-dev gawk parallel \
39-
libpq-dev postgresql-client \
4039
libreadline-dev anacron wget \
4140
psmisc whois brotli libunwind-dev \
4241
libtcmalloc-minimal4 cmake \
@@ -61,6 +60,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
6160
dpkg-divert --local --rename --add /sbin/initctl; \
6261
sh -c "test -f /sbin/initctl || ln -s /bin/true /sbin/initctl"; \
6362
apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install runit socat \
63+
libpq-dev postgresql-client \
6464
postgresql-${PG_MAJOR} postgresql-contrib-${PG_MAJOR} postgresql-${PG_MAJOR}-pgvector \
6565
nodejs yarn &&\
6666
mkdir -p /etc/runit/1.d

0 commit comments

Comments
 (0)