As per https://github.com/Islandora-Devops/isle-dc/issues/306, the current starter and starter_dev leave the codebase with permissions that do not allow further composer operations without surgery. I tweaked the end of the finalize-starter function to address this.
To replicate:
Checkout this branch
make clean then make starter_dev and then docker-compose exec drupal bash -c "composer update"
As per https://github.com/Islandora-Devops/isle-dc/issues/306, the current
starter
andstarter_dev
leave thecodebase
with permissions that do not allow further composer operations without surgery. I tweaked the end of thefinalize-starter
function to address this.To replicate:
make clean
thenmake starter_dev
and thendocker-compose exec drupal bash -c "composer update"
Results for me (success!):