Adding plperl, plpython, Apache Age, pgvector to be ready for AI 🤖 demands
This commit is contained in:
parent
af2ea1924c
commit
cdece0f772
1 changed files with 3 additions and 2 deletions
|
@ -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-postgis-3 postgresql-16-postgis-3-scripts \
|
||||||
postgresql-16-repack postgresql-16-set-user postgresql-16-similarity \
|
postgresql-16-repack postgresql-16-set-user postgresql-16-similarity \
|
||||||
postgresql-16-pgpool2 postgresql-16-semver postgresql-16-repmgr \
|
postgresql-16-pgpool2 postgresql-16-semver postgresql-16-repmgr \
|
||||||
postgresql-16-tablelog postgresql-16-wal2json apgdiff locales-all \
|
postgresql-plperl-16 postgresql-plpython3-16 postgresql-16-age \
|
||||||
$SRV_APT_GET_INSTALL && \
|
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/*
|
apt-get clean && rm -rf ~/.cache && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV PATH="/usr/lib/postgresql/16/bin:$PATH"
|
ENV PATH="/usr/lib/postgresql/16/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue