phase 16: custom superset image with trino driver, fix security context
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user