Skip to content

Commit 9028dae

Browse files
committed
Something went wrong with superset dockerfile, fixing
1 parent f9c3912 commit 9028dae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

superset/Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,17 @@ RUN python3 -m venv /stackable/app \
5555
statsd \
5656
pydruid \
5757
python-ldap \
58-
trino[sqlalchemy] \
58+
'trino[sqlalchemy]' \
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.
62+
Flask_OIDC==2.2.0 \
63+
Flask-OpenID==1.3.1\
5964
# Redhat has removed `tzdata` from the ubi-minimal images: see https://bugzilla.redhat.com/show_bug.cgi?id=2223028.
6065
# Superset relies on ZoneInfo (https://docs.python.org/3/library/zoneinfo.html#data-sources) to resolve time zones, and this is done
6166
# by searching first under `TZPATH` (which is empty due to the point above) or for the tzdata python package.
6267
# That package is therefore added here (airflow has tzdata in its list of dependencies, but superset does not).
6368
tzdata \
64-
Flask_OIDC==2.2.0 \
65-
Flask-OpenID==1.3.1\
6669
&& pip install \
6770
--no-cache-dir \
6871
--upgrade \

0 commit comments

Comments
 (0)