diff --git a/Dockerfile b/Dockerfile index 30656e6..fcd740f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM apache/superset:latest USER root -RUN pip install mysqlclient itsdangerous==2.0.1 flask-oidc==1.4.0 Flask-OpenID==1.3.0 +RUN pip install mysqlclient itsdangerous==2.0.1 flask-oidc==1.4.0 Flask-OpenID==1.3.0 mysql-connector-python==8.3.0 # # Add custom superset_config.py file and shell files COPY superset_config.py /app/ @@ -18,4 +18,4 @@ RUN pip install "prophet>=1.0.1,<1.1" # CMD ["/bin/sh","-c","/usr/bin/run-server.sh"] USER superset -# \ No newline at end of file +#