This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM apache/superset:latest
|
||||
|
||||
RUN pip install psycopg2-binary
|
||||
USER root
|
||||
RUN pip3 install --no-cache-dir --target=/app/.venv/lib/python3.10/site-packages --no-deps \
|
||||
sqlalchemy-trino==0.5.0 trino==0.337.0 && \
|
||||
pip3 install --no-cache-dir --target=/app/.venv/lib/python3.10/site-packages \
|
||||
requests lz4 orjson python-dateutil pytz tzlocal zstandard charset-normalizer idna urllib3 certifi six greenlet
|
||||
USER superset
|
||||
|
||||
Reference in New Issue
Block a user