Skip to content

Commit

Permalink
fix: upstream changes break chromium-driver installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 1, 2024
1 parent cd06f6c commit 2891cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions web-build/Dockerfile.drupal-core-dev
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2891cfc

Please sign in to comment.