Skip to content

Commit e0ab4c3

Browse files
Adding nicks suggestion
Co-authored-by: Nick <[email protected]>
1 parent ad1fc7e commit e0ab4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

superset/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ RUN python3 -m venv /stackable/app \
5656
pydruid \
5757
python-ldap \
5858
trino[sqlalchemy] \
59-
# Enables OIDC with superset. Since https://github.com/stackabletech/superset-operator/pull/530
60-
# user can inject arbitrary python code into superset_conf.py. Thus OIDC configs can be changed
61-
# and we want to offer necessary libraries
59+
# Add optional dependencies for use in custom Superset configurations.
60+
# Since https://github.com/stackabletech/superset-operator/pull/530
61+
# admins can add custom configuration to superset_conf.py.
6262
Flask_OIDC==2.2.0 \
6363
Flask-OpenID==1.3.1\
6464
# Redhat has removed `tzdata` from the ubi-minimal images: see https://bugzilla.redhat.com/show_bug.cgi?id=2223028.

0 commit comments

Comments
 (0)