Skip to content

Commit

Permalink
Drop root and add -T
Browse files Browse the repository at this point in the history
To disable pseudo-tty allocation
  • Loading branch information
DonRichards committed Oct 7, 2022
1 parent 3f862d2 commit 3d84088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idc.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ destroy-state:
.SILENT: composer-install
composer-install:
echo "Installing via composer"
docker-compose exec drupal with-contenv bash -lc "COMPOSER_MEMORY_LIMIT=-1 COMPOSER_DISCARD_CHANGES=true composer install --no-interaction"
docker-compose exec -T drupal bash -lc "COMPOSER_MEMORY_LIMIT=-1 COMPOSER_DISCARD_CHANGES=true composer install --no-interaction --no-progress"


.PHONY: snapshot-image
Expand Down

0 comments on commit 3d84088

Please sign in to comment.