# Custom Superset image with Trino + Redis drivers FROM apache/superset:latest USER root RUN pip install --no-cache-dir trino[sqlalchemy] redis USER superset