We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7536b46 commit 8e3bf13Copy full SHA for 8e3bf13
superset/Dockerfile
@@ -61,6 +61,8 @@ RUN python3 -m venv /stackable/app \
61
# by searching first under `TZPATH` (which is empty due to the point above) or for the tzdata python package.
62
# That package is therefore added here (airflow has tzdata in its list of dependencies, but superset does not).
63
tzdata \
64
+ Flask_OIDC==2.2.0 \
65
+ Flask-OpenID==1.3.1\
66
&& pip install \
67
--no-cache-dir \
68
--upgrade \
0 commit comments