File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -93,23 +93,12 @@ RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python
9393 && for version in $PG_SUPPORTED_VERSIONS; do \
9494 ${PACKAGER} -y update && \
9595 ${PACKAGER} -y install postgresql${version}-pltcl \
96- pgaudit*${version} \
97- credcheck_*${version} \
9896 # Install PostgreSQL binaries, contrib, plproxy and multiple pl's
9997 && ${PACKAGER} -y install -y postgresql${version}-contrib \
100- postgresql${version}-plpython3 postgresql${version}-devel \
101- pg_cron_${version} pgvector_${version} set_user_${version} \
98+ postgresql${version}-devel \
10299 # Modify for using origial-spilo scripts
103100 && ln -s /usr/pgsql-${version} /usr/lib/postgresql/${version} \
104101 && export PATH=$PATHBACKUP:/usr/pgsql-${version}/bin \
105- # Install TimescaleDB
106- && ${PACKAGER} -y install timescaledb_${version} \
107- && cd / \
108- && for n in pg_permissions $EXTRA_EXTENSIONS; do \
109- make -C $n USE_PGXS=1 clean install-strip; \
110- done \
111- && cd /pgextwlist && make clean && make && make install \
112- && cd /pgnodemx && make USE_PGXS=1 clean && make USE_PGXS=1 && make USE_PGXS=1 install; \
113102 done \
114103 && ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 glibc-static \
115104 && ${PACKAGER} -y clean all;
You can’t perform that action at this time.
0 commit comments