From 64fadfbb3a520e1a106816bb5ce454090389bac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sat, 28 Sep 2024 17:21:10 +0200 Subject: [PATCH] Disable citus for now --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16e55c2..68cd175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,8 +62,8 @@ RUN apt-get update && \ ARG CITUS_VERSION -RUN curl https://install.citusdata.com/community/deb.sh | bash && \ - apt-get install -y postgresql-$PG_MAJOR-citus-$CITUS_VERSION +# RUN curl https://install.citusdata.com/community/deb.sh | bash && \ +# apt-get install -y postgresql-$PG_MAJOR-citus-$CITUS_VERSION COPY setup_db.sh /docker-entrypoint-initdb.d/setup_db.sh