You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/11/21 03:40:47 UTC

[incubator-pinot] branch update_superset_docker_build_script updated: Adding more dependencies to superset docker image

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 <fx...@gmail.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org