From 77a470a8ed1e12f5895dadb06185b6779ad8ffa5 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Fri, 8 Mar 2024 12:19:00 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +#