Skip to content

Commit

Permalink
Switch to community Superset image
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Sep 4, 2024
1 parent e52f808 commit 80241e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM amancevice/superset:4.0.2
FROM apache/superset:4.0.1
# Switching to root to install the required packages
USER root

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install itsdangerous==2.0.1 flask-oidc==1.4.0 Flask-OpenID==1.3.0

# Switching back to using the `superset` user
USER superset
ENV SUPERSET_CONFIG_PATH /etc/superset/superset_config.py
COPY ./superset-init.sh /etc/superset
COPY ./superset_config.py /etc/superset
COPY ./security.py /etc/superset

0 comments on commit 80241e0

Please sign in to comment.