docker-apache-php56
docker-apache-php56 copied to clipboard
How to add PHP5 curl?
How to add PHP5 curl or?
Hi,
You have to create your own Dockerfile, then add the modules you need, e.g. like this:
FROM bylexus/apache-php56
RUN apt-get update && \
apt-get install -y \
php5-curl