From 09e88356f1659889702cc16434022c0aa1a32db1 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Thu, 5 Sep 2019 10:06:16 +0700 Subject: [PATCH] Temporary fix for composer dependencies https://github.com/drupal-composer/drupal-project/issues/511 --- 8/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/8/Dockerfile b/8/Dockerfile index cfe6bb5..da46340 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -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 \