Adding DEFAULT_WAIT_SPINNER to all environments

This commit is contained in:
Martin Filser 2021-06-09 19:54:49 +02:00
parent ba41533128
commit 4b9f8ab2b1
8 changed files with 23 additions and 3 deletions

View file

@ -137,7 +137,8 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
SAML_IDENTIFIER_FORMAT="" \
SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE="" \
SAML_ATTRIBUTES="" \
ORACLE_OIM_ENABLED=false
ORACLE_OIM_ENABLED=false \
DEFAULT_WAIT_SPINNER=""
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app