Fix pecl install

This commit is contained in:
cytopia
2019-12-27 11:43:23 +01:00
parent 3e9e00e0c2
commit 41fec62672
9 changed files with 37 additions and 58 deletions

View File

@@ -261,10 +261,10 @@ RUN set -eux \
# -------------------- Installing PHP Extension: memcache --------------------
RUN set -eux \
# Installation: Generic
# Installation: Version specific
# Type: PECL extension
# Default: Pecl command
&& pecl install memcache \
&& pecl install memcache-2.2.7 \
# Enabling
&& docker-php-ext-enable memcache \
&& true