File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 /tmp/kimai.tar.gz -C \
3939 /app/www --strip-components=1 && \
4040 echo "**** install composer dependencies ****" && \
41- COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer install -d /app/www/ --optimize-autoloader --no-interaction && \
42- COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer require -d /app/www/ laminas/laminas-ldap && \
41+ COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer install -d /app/www/ --no-dev -- optimize-autoloader --no-interaction && \
42+ COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer require -d /app/www/ --update-no-dev laminas/laminas-ldap && \
4343 /usr/bin/composer clearcache -d /app/www/ && \
4444 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
4545 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 3838 /tmp/kimai.tar.gz -C \
3939 /app/www --strip-components=1 && \
4040 echo "**** install composer dependencies ****" && \
41- COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer install -d /app/www/ --optimize-autoloader --no-interaction && \
42- COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer require -d /app/www/ laminas/laminas-ldap && \
41+ COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer install -d /app/www/ --no-dev -- optimize-autoloader --no-interaction && \
42+ COMPOSER_MEMORY_LIMIT=-1 php -d memory_limit=-1 /usr/bin/composer require -d /app/www/ --update-no-dev laminas/laminas-ldap && \
4343 /usr/bin/composer clearcache -d /app/www/ && \
4444 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4545 echo "**** cleanup ****" && \
You can’t perform that action at this time.
0 commit comments