Skip to content

Commit ad1fc7e

Browse files
committed
Removing slash
1 parent 86117cd commit ad1fc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN python3 -m venv /stackable/app \
7171
--upgrade \
7272
python-json-logger \
7373
cyclonedx-bom \
74-
&& if [ ! -z "$AUTHLIB" ]; then pip install Authlib==${AUTHLIB}; fi \
74+
&& if [ ! -z "$AUTHLIB" ]; then pip install Authlib==${AUTHLIB}; fi
7575

7676
COPY superset/stackable/patches /patches
7777
RUN /patches/apply_patches.sh ${PRODUCT}

0 commit comments

Comments
 (0)