2026-05-19 13:03:34 +02:00
|
|
|
FROM apache/superset:latest
|
2026-06-28 17:08:57 +02:00
|
|
|
USER root
|
|
|
|
|
RUN pip3 install --no-cache-dir --target=/app/.venv/lib/python3.10/site-packages --no-deps \
|
|
|
|
|
sqlalchemy-trino==0.5.0 trino==0.337.0 && \
|
|
|
|
|
pip3 install --no-cache-dir --target=/app/.venv/lib/python3.10/site-packages \
|
|
|
|
|
requests lz4 orjson python-dateutil pytz tzlocal zstandard charset-normalizer idna urllib3 certifi six greenlet
|
|
|
|
|
USER superset
|