Skip to content

Commit

Permalink
Building parquet_s3 from master
Browse files Browse the repository at this point in the history
  • Loading branch information
shhnwz committed Aug 2, 2024
1 parent aa55dbb commit ed56f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dw-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PG_VERSION=15
ARG TAG=latest
ARG TAG=4252623

FROM quay.io/tembo/standard-cnpg:${PG_VERSION}-${TAG}
USER root
Expand Down Expand Up @@ -37,7 +37,6 @@ RUN apt-get update && apt-get install -y \
# Clone and build parquet_s3_fdw
RUN git clone https://github.com/tembo-io/parquet_s3_fdw.git && \
cd parquet_s3_fdw && \
git checkout v1.0.0 && \
make USE_PGXS=1 install && \
cd .. && rm -rf parquet_s3_fdw

Expand Down

0 comments on commit ed56f0c

Please sign in to comment.