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