Skip to content

Commit

Permalink
removed install cmd in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
williamong68 committed Sep 14, 2023
1 parent 65180f1 commit dda27df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/duckdb_fdw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root

RUN git clone https://github.com/alitrack/duckdb_fdw
RUN cd duckdb_fdw && \
wget -c https://github.com/duckdb/duckdb/releases/download/v0.8.1/libduckdb-linux-amd64.zip && \
unzip -d . libduckdb-linux-amd64.zip && \
cp libduckdb.so $(pg_config --libdir)


RUN cd duckdb_fdw && make USE_PGXS=1

0 comments on commit dda27df

Please sign in to comment.