dockerfile fix

This commit is contained in:
Bachir Soussi Chiadmi 2022-04-27 11:14:54 +02:00
parent ac49d35a04
commit 8983375db4

View File

@ -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