PHP7 fails to load memcached and redis on Alpine docker container
I'm trying to create a Docker image based on Alpine Linux which will run PHP 7.1 (apk add php7=7.1.9-r0) with some modules installed (memcached, mongodb, oauth, openssl and redis). I install the modules through PECL like this: RUN yes |…