|
@@ -2,7 +2,11 @@
|
|
|
FROM drupal:11
|
|
FROM drupal:11
|
|
|
|
|
|
|
|
# Install Drush and migrate modules (baked in so container is reproducible)
|
|
# Install Drush and migrate modules (baked in so container is reproducible)
|
|
|
-RUN composer require --no-interaction \
|
|
|
|
|
|
|
+RUN composer config --no-plugins allow-plugins.symfony/runtime true \
|
|
|
|
|
+ && composer require --no-interaction --with-all-dependencies \
|
|
|
|
|
+ drupal/core-recommended:^11.4.5 \
|
|
|
|
|
+ drupal/core-composer-scaffold:^11.4.5 \
|
|
|
|
|
+ drupal/core-project-message:^11.4.5 \
|
|
|
drush/drush \
|
|
drush/drush \
|
|
|
drupal/migrate_plus \
|
|
drupal/migrate_plus \
|
|
|
drupal/migrate_tools \
|
|
drupal/migrate_tools \
|