Skip to content

Commit

Permalink
Temporary fix for composer dependencies drupal-composer/drupal-projec…
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 5, 2019
1 parent 4cb977a commit 09e8835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN set -ex; \
cd /usr/src/drupal; \
# Install specific Drupal version.
sed -E -i 's#"drupal\/core":.+?8\..+?",?#"drupal/core": "'"${DRUPAL_VER}"'",#' composer.json; \
sed -i '/webmozart\/path-util/a \ "behat\/mink-selenium2-driver": "dev-master as 1.3.x-dev",' composer.json; \
su-exec wodby composer install; \
\
if [[ -z "${PHP_DEV}" ]]; then \
Expand Down

0 comments on commit 09e8835

Please sign in to comment.