rezzza / docker-php

Unofficial php containers
MIT License
2 stars 0 forks source link

Add apcu ext in karibbu container #39

Closed shouze closed 7 years ago

shouze commented 7 years ago
    && printf "\n" | pecl install apcu_bc-1.0.3 \
    && docker-php-ext-enable --ini-name 01-apc.ini apcu apc \
shouze commented 7 years ago

Fixed by #40