memcache extension enabled
This commit is contained in:
parent
5f3bd67a50
commit
e1bac61987
|
|
@ -58,7 +58,7 @@ RUN apk add $PHP_GNUPG_DEPS && \
|
||||||
#https://bugs.alpinelinux.org/issues/5378
|
#https://bugs.alpinelinux.org/issues/5378
|
||||||
sed -i "s/ -n / /" $(which pecl) && \
|
sed -i "s/ -n / /" $(which pecl) && \
|
||||||
pecl install gnupg memcache && \
|
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 && \
|
echo "extension=gnupg.so" > /etc/php5/conf.d/gnupg.ini && \
|
||||||
apk del $PHP_GNUPG_DEPS
|
apk del $PHP_GNUPG_DEPS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue