diff --git a/debian/rules b/debian/rules index a090e29..6706564 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,6 @@ override_dh_auto_build: rm -rf var/cache/*; \ mkdir -p bin/; \ mkdir -p public; \ - COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer install --no-interaction; \ - COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer dump-env prod --no-interaction; \ - COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update doctrine/dbal --no-interaction; \ + COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer install --no-interaction --no-progress --optimize-autoloader; \ + COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update doctrine/dbal; +