Skip to content

Commit 0a33bb2

Browse files
committed
Added no interaction flag to show it explicitly
1 parent ddd5f99 commit 0a33bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/os2web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WORKDIR /opt/drupal
3737
# Loading composer dependencies and configuring project folders.
3838
RUN set -eux; \
3939
export COMPOSER_HOME="$(mktemp -d)"; \
40-
COMPOSER_MEMORY_LIMIT=-1 composer install; \
40+
COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction; \
4141
chown -R www-data:www-data web/sites web/modules web/themes; \
4242
# delete composer cache.
4343
rm -rf "$COMPOSER_HOME"

0 commit comments

Comments
 (0)