From 84c754b1bdae7d35866528f02c41cc3523af47d5 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 31 May 2023 21:32:19 -0300 Subject: [PATCH] FEATURE: Install pgvector for PostgreSQL (#684) --- image/base/slim.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/base/slim.Dockerfile b/image/base/slim.Dockerfile index dbc9cdd..9c748f0 100644 --- a/image/base/slim.Dockerfile +++ b/image/base/slim.Dockerfile @@ -42,8 +42,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf build-essential c libpcre3 libpcre3-dev zlib1g zlib1g-dev \ libxml2-dev gawk parallel \ postgresql-${PG_MAJOR} postgresql-client-${PG_MAJOR} \ - postgresql-contrib-${PG_MAJOR} libpq-dev libreadline-dev \ - anacron wget \ + postgresql-contrib-${PG_MAJOR} libpq-dev postgresql-${PG_MAJOR}-pgvector \ + libreadline-dev anacron wget \ psmisc whois brotli libunwind-dev \ libtcmalloc-minimal4 cmake \ pngcrush pngquant -- 2.25.1