From c37d4135fda865914a9055daac1ba4deb87865d9 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 7 Aug 2016 03:09:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D0=BB=D0=B5=D0=BD=D1=8C=D0=BA?= =?UTF-8?q?=D0=B8=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=B2=20Docker=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f87100c..dbe7ba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,8 @@ RUN yes | pecl install xdebug \ && echo "xdebug.cli_color=1" >> /usr/local/etc/php/conf.d/xdebug.ini \ && echo "xdebug.var_display_max_depth=10" >> /usr/local/etc/php/conf.d/xdebug.ini +ENV COMPOSER_NO_INTERACTION 1 + # Next composer and global composer package, as their versions may change from time to time RUN curl -sS https://getcomposer.org/installer | php \ && mv composer.phar /usr/local/bin/composer.phar \