Skip to content

Commit 2721fed

Browse files
committed
update public beta
1 parent 94d3ed4 commit 2721fed

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docker/pg-public-beta/Dockerfile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)