Skip to content

Commit 8e3bf13

Browse files
committed
Adding libs for OIDC
1 parent 7536b46 commit 8e3bf13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

superset/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ RUN python3 -m venv /stackable/app \
6161
# by searching first under `TZPATH` (which is empty due to the point above) or for the tzdata python package.
6262
# That package is therefore added here (airflow has tzdata in its list of dependencies, but superset does not).
6363
tzdata \
64+
Flask_OIDC==2.2.0 \
65+
Flask-OpenID==1.3.1\
6466
&& pip install \
6567
--no-cache-dir \
6668
--upgrade \

0 commit comments

Comments
 (0)