This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch update_superset_docker_build_script
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to 
refs/heads/update_superset_docker_build_script by this push:
     new e66679b  Adding more dependencies to superset docker image
e66679b is described below

commit e66679b286b5c2e0919506136739a5b9665ea44b
Author: Xiang Fu <[email protected]>
AuthorDate: Fri Nov 20 19:40:24 2020 -0800

    Adding more dependencies to superset docker image
---
 docker/images/pinot-superset/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/images/pinot-superset/Dockerfile 
b/docker/images/pinot-superset/Dockerfile
index 7a9e77a..298cd4d 100644
--- a/docker/images/pinot-superset/Dockerfile
+++ b/docker/images/pinot-superset/Dockerfile
@@ -26,6 +26,8 @@ USER root
 # Install pinotdb driver to connect to Pinot
 COPY requirements-db.txt requirements-db.txt
 
+RUN pip install --no-cache python-crontab
+
 RUN pip install --no-cache -r requirements-db.txt
 
 COPY examples /etc/examples/pinot


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to