Skip to content

Commit

Permalink
Added no interaction flag to show it explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed Jul 8, 2022
1 parent ddd5f99 commit 0a33bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/os2web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /opt/drupal
# Loading composer dependencies and configuring project folders.
RUN set -eux; \
export COMPOSER_HOME="$(mktemp -d)"; \
COMPOSER_MEMORY_LIMIT=-1 composer install; \
COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction; \
chown -R www-data:www-data web/sites web/modules web/themes; \
# delete composer cache.
rm -rf "$COMPOSER_HOME"
Expand Down

0 comments on commit 0a33bb2

Please sign in to comment.