Skip to content

Commit

Permalink
add tembo_pg_ivm to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 7, 2024
1 parent 8818ef1 commit ec1de33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions timeseries-pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ RUN git clone https://github.com/pgpartman/pg_partman.git && \
make && make install && \
cd .. && rm -rf pg_partman

RUN git clone https://github.com/tembo-io/pg_ivm.git && \
cd pg_ivm && \
make && make install && \
cd .. && rm -rf pg_ivm

RUN apt install -y libcurl4-openssl-dev liblz4-dev libzstd-dev autoconf

RUN git clone https://github.com/hydradatabase/hydra && \
Expand Down

0 comments on commit ec1de33

Please sign in to comment.