Skip to content

Commit

Permalink
Add headless chrome support to image
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 18, 2024
1 parent 622ac70 commit 28e498b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN composer create-project drupal/recommended-project:$DRUPAL_VERSION . && \
composer require "drupal/core-dev:$DRUPAL_VERSION" drush/drush && \
ln -s /var/www/drupal/vendor/bin/drush /usr/local/bin/drush && \
composer require drupal/coder && \
composer require --dev dmore/chrome-mink-driver behat/mink && \
drush si --db-url=${SIMPLETEST_DB} --yes

COPY scripts .
Expand Down

0 comments on commit 28e498b

Please sign in to comment.