Add pg-vector
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-28 22:43:20 +00:00
parent b9a2bac651
commit 06b715861b

View File

@@ -12,7 +12,7 @@ FROM postgis/postgis:16-master
COPY --from=builder /usr/local/src/pg_autoconfig/bin/pg_autoconfig /
RUN localedef -i cs_CZ -c -f UTF-8 -A /usr/share/locale/locale.alias cz_CZ.UTF-8 && \
apt-get update && apt-get install -y postgresql-16-auto-failover pg-auto-failover-cli && rm -rf /var/lib/apt/lists/*
apt-get update && apt-get install -y postgresql-16-auto-failover pg-auto-failover-cli postgresql-16-pgvector && rm -rf /var/lib/apt/lists/*
#ENV LANG en_GB.utf8