Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava committed Mar 8, 2024
1 parent 784d6cf commit 77a470a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -18,4 +18,4 @@ RUN pip install "prophet>=1.0.1,<1.1"
#
CMD ["/bin/sh","-c","/usr/bin/run-server.sh"]
USER superset
#
#

0 comments on commit 77a470a

Please sign in to comment.