phase 16: fix superset - trino driver in venv, psycopg2 metadata db, core secrets

This commit is contained in:
Celes Renata
2026-04-11 17:37:39 -07:00
parent 5f87cbe464
commit cc7014e33d
2 changed files with 17 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Custom Superset image with Trino + Redis drivers
# Custom Superset image with Trino, PostgreSQL, and Redis drivers
FROM apache/superset:latest
USER root
RUN pip install --no-cache-dir trino[sqlalchemy] redis
RUN /app/docker/pip-install.sh --no-cache trino[sqlalchemy] psycopg2-binary redis
USER superset