phase 16: custom superset image with trino driver, fix security context

This commit is contained in:
Celes Renata
2026-04-11 17:18:17 -07:00
parent afa627322a
commit 5f87cbe464
8 changed files with 177 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
# Custom Superset image with Trino + Redis drivers
FROM apache/superset:latest
USER root
RUN pip install --no-cache-dir trino[sqlalchemy] redis
USER superset