sed -i "s/\ \-n\ / /" $(which pecl) && cd /tmp
&& pecl download memcached && tar -xf $(ls -1 memcached*); cd "$(ls -d ./memcache*|grep -v "\.tar")" && phpize && ./configure --disable-memcached-sasl --with-php-config=/usr/bin/php-config --includedir=/usr/include --with-libdir=/usr/include --enable-memcached && make && make install
Nuts about alpine image size optimization
Edu Luz
151
A beautiful thing! Lol