diff --git a/distillery/resources/compose/barrel/scripts/provision_container.sh b/distillery/resources/compose/barrel/scripts/provision_container.sh index 2fc14ef..a26d6f0 100644 --- a/distillery/resources/compose/barrel/scripts/provision_container.sh +++ b/distillery/resources/compose/barrel/scripts/provision_container.sh @@ -62,6 +62,9 @@ function drupal_sites_permission_workaround() { chmod -R u+w "$WEB_DIR/sites/" || true } +# setup allow-plugins +composer config allow-plugins true || true + # Create a new composer project. log_info " => Creating composer project" if [ -z "${DRUPAL_VERSION}" ]; then