diff --git a/Dockerfile b/Dockerfile index 432433c..11ef427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]