Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1f77dd64

Přidáno uživatelem Tomáš Ballák před asi 4 roky(ů)

Bug #7865 Issue with cache in Symfony

Zobrazit rozdíly:

build/php-fpm/dev/Dockerfile
24 24
    pecl install -f xdebug-2.9.4 && \
25 25
    docker-php-ext-enable xdebug && \
26 26
    apk del --purge autoconf g++ make
27
RUN echo zend_extension="$(find / -name 'xdebug.so')" >> /etc/php7/conf.d/xdebug.ini
27
RUN echo zend_extension="$(find / -name 'xdebug.so')" >> /etc/php7/conf.d/xdebug.ini
28
RUN echo "**** install PHP Composer ****\n" && \
29
    curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer

Také k dispozici: Unified diff