From 3139417142f17147b190461e67c5f71a27fd274b Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 2 Dec 2024 19:05:41 +0300 Subject: [PATCH] pg17 fix --- linux/ecosystem/postgres/17/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/postgres/17/Dockerfile b/linux/ecosystem/postgres/17/Dockerfile index e7662fda4..4cd3fb31f 100644 --- a/linux/ecosystem/postgres/17/Dockerfile +++ b/linux/ecosystem/postgres/17/Dockerfile @@ -63,9 +63,9 @@ RUN apt-get update \ postgresql-$PG_MAJOR-semver \ postgresql-$PG_MAJOR-rum \ postgresql-$PG_MAJOR-roaringbitmap \ - postgresql-$PG_MAJOR-repmgr \ +# postgresql-$PG_MAJOR-repmgr \ postgresql-$PG_MAJOR-repack \ - postgresql-$PG_MAJOR-rdkit \ +# postgresql-$PG_MAJOR-rdkit \ postgresql-$PG_MAJOR-rational \ postgresql-$PG_MAJOR-q3c \ postgresql-$PG_MAJOR-prioritize \