Open einsqing opened 5 years ago
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
How to add PHP5 curl or?