From 0371b71265be2a128c2d288b97e01c2d31d4ee96 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 5 Jun 2024 14:19:07 +0300 Subject: [PATCH] Updates almalinux --- test-images/almalinux-9/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-images/almalinux-9/Dockerfile b/test-images/almalinux-9/Dockerfile index f2d21389..44f822ea 100644 --- a/test-images/almalinux-9/Dockerfile +++ b/test-images/almalinux-9/Dockerfile @@ -13,8 +13,7 @@ ENV CITUS_VERSION ${CITUS_VERSION} ENV PG_MAJOR ${PG_MAJOR} -RUN yum update -y && \ - yum install -y curl +RUN yum update -y # TODO Parameterize Citus and postgres version