Skip to content

Commit

Permalink
Disable citus for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky authored Sep 28, 2024
1 parent dae304e commit 64fadfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64fadfb

Please sign in to comment.