From 2891cfc846e194db7e758774403eef02a7e1de30 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Mon, 1 Jul 2024 11:56:08 -0600 Subject: [PATCH] fix: upstream changes break chromium-driver installation --- install.yaml | 1 + web-build/Dockerfile.drupal-core-dev | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 web-build/Dockerfile.drupal-core-dev diff --git a/install.yaml b/install.yaml index 35cf024..312c264 100644 --- a/install.yaml +++ b/install.yaml @@ -18,6 +18,7 @@ project_files: - core-dev/src/Command/TestCommand.php - core-dev/src/Command/TestBrowserCommand.php - core-dev/src/Command/UninstallCommand.php + - web-build/Dockerfile.drupal-core-dev post_install_actions: - cp core-dev/phpunit-chrome.xml ../core/phpunit.xml diff --git a/web-build/Dockerfile.drupal-core-dev b/web-build/Dockerfile.drupal-core-dev new file mode 100644 index 0000000..c32eec3 --- /dev/null +++ b/web-build/Dockerfile.drupal-core-dev @@ -0,0 +1,5 @@ +# This is required because of upstream changes related to +# `webimage_extra_packages: ["chromium-driver"]`` +# These problems will be solved in DDEV v1.23.3. +# See https://github.com/ddev/ddev/pull/6363 +RUN chmod 777 /run/php /var/log