From 11cd187dd28690c51bbf60cc26bea3c2cb9aefac Mon Sep 17 00:00:00 2001 From: Suhas Thalanki Date: Thu, 12 Jun 2025 12:51:57 -0700 Subject: [PATCH] removing postgresql-contrib from build-tools image --- build-tools.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/build-tools.Dockerfile b/build-tools.Dockerfile index 3307fc39bb..f97f04968e 100644 --- a/build-tools.Dockerfile +++ b/build-tools.Dockerfile @@ -144,7 +144,6 @@ RUN set -e \ openssh-client \ parallel \ pkg-config \ - postgresql-contrib \ unzip \ wget \ xz-utils \