elasticsearch-dbapi
This commit is contained in:
@ -37,6 +37,7 @@ bootstrapScript: |
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install \
|
||||
psycopg2-binary==2.9.1 \
|
||||
elasticsearch-dbapi \
|
||||
redis==3.5.3 && \
|
||||
if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi
|
||||
|
||||
|
Reference in New Issue
Block a user