dockerfile fix
This commit is contained in:
parent
ac49d35a04
commit
8983375db4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user