# Custom Superset image with Trino, PostgreSQL, and Redis drivers ARG BASE_IMAGE=apache/superset:latest FROM ${BASE_IMAGE} USER root RUN /app/docker/pip-install.sh --no-cache trino[sqlalchemy] psycopg2-binary redis USER superset