We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86117cd commit ad1fc7eCopy full SHA for ad1fc7e
superset/Dockerfile
@@ -71,7 +71,7 @@ RUN python3 -m venv /stackable/app \
71
--upgrade \
72
python-json-logger \
73
cyclonedx-bom \
74
- && if [ ! -z "$AUTHLIB" ]; then pip install Authlib==${AUTHLIB}; fi \
+ && if [ ! -z "$AUTHLIB" ]; then pip install Authlib==${AUTHLIB}; fi
75
76
COPY superset/stackable/patches /patches
77
RUN /patches/apply_patches.sh ${PRODUCT}
0 commit comments