memcache extension enabled

This commit is contained in:
Diego Lendoiro 2017-08-16 16:10:42 +01:00
parent 5f3bd67a50
commit e1bac61987
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ RUN apk add $PHP_GNUPG_DEPS && \
#https://bugs.alpinelinux.org/issues/5378
sed -i "s/ -n / /" $(which pecl) && \
pecl install gnupg memcache && \
echi "extension=memcache.so" > /etc/php5/conf.d/memcache.ini && \
echo "extension=memcache.so" > /etc/php5/conf.d/memcache.ini && \
echo "extension=gnupg.so" > /etc/php5/conf.d/gnupg.ini && \
apk del $PHP_GNUPG_DEPS