I tried creating a Dockerfile based on `php:5.6-apache` I added `RUN apt-get -y install php5-xcache` but when opening a php file containing `phpinfo()` there is no mention of xcache at all. What am I doing wrong?