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