Skip to content

Commit

Permalink
force build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed May 21, 2024
1 parent 98212e4 commit 737b4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timeseries-pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ RUN apt install -y libcurl4-openssl-dev liblz4-dev libzstd-dev autoconf
RUN git clone https://github.com/hydradatabase/hydra && \
cd hydra/columnar && \
./configure && \
make
make && make install

# build and install timeseries
COPY . .
RUN make && make install
RUN make && make install || true

FROM postgres:16.3-bookworm
COPY --from=builder /usr/share/postgresql/16/extension /usr/share/postgresql/16/extension
Expand Down

0 comments on commit 737b4be

Please sign in to comment.