Skip to content

Commit

Permalink
INSTALL chsql FROM community
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jul 10, 2024
1 parent c4d088a commit 12c7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN apt update && apt install -y libgrpc-dev
FROM debian:12
COPY --from=builder /quackpipe /quackpipe
COPY --from=builder /usr/share/grpc/roots.pem /usr/share/grpc/roots.pem
RUN echo "INSTALL httpfs; INSTALL json; INSTALL parquet; INSTALL fts;" | /quackpipe --stdin
RUN echo "INSTALL httpfs; INSTALL json; INSTALL parquet; INSTALL fts; INSTALL chsql FROM community;" | /quackpipe --stdin
CMD ["/quackpipe"]

0 comments on commit 12c7df7

Please sign in to comment.