Adding plperl, plpython, Apache Age, pgvector to be ready for AI 🤖 demands

This commit is contained in:
Torsten Raudssus 2024-08-17 01:16:42 +02:00
parent af2ea1924c
commit cdece0f772

View file

@ -32,8 +32,9 @@ RUN if [ -z "$( getent group $SRV_GID )" ] ; then groupadd -r postgres --gid=$SR
postgresql-16-postgis-3 postgresql-16-postgis-3-scripts \
postgresql-16-repack postgresql-16-set-user postgresql-16-similarity \
postgresql-16-pgpool2 postgresql-16-semver postgresql-16-repmgr \
postgresql-16-tablelog postgresql-16-wal2json apgdiff locales-all \
$SRV_APT_GET_INSTALL && \
postgresql-plperl-16 postgresql-plpython3-16 postgresql-16-age \
postgresql-16-pgvector postgresql-16-tablelog postgresql-16-wal2json \
apgdiff locales-all $SRV_APT_GET_INSTALL && \
apt-get clean && rm -rf ~/.cache && rm -rf /var/lib/apt/lists/*
ENV PATH="/usr/lib/postgresql/16/bin:$PATH"