Browse Source

dockerfile fix

bach 2 years ago
parent
commit
8983375db4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Docker/php-5.6-fpm/Dockerfile

+ 2 - 1
Docker/php-5.6-fpm/Dockerfile

@@ -19,7 +19,8 @@ RUN	docker-php-ext-install -j$(nproc) iconv mcrypt && \
 RUN	apt-get install -y git vim && \
 		pecl install redis-3.1.0 && \
     pecl install xdebug-2.5.0 && \
-    docker-php-ext-enable redis xdebug && \
+    docker-php-ext-enable redis xdebug
+
 RUN	export COMPOSER_HOME=/usr/local/composer && \  
 		curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer