phase 16: fix superset - trino driver in venv, psycopg2 metadata db, core secrets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user