diff --git a/Dockerfile b/Dockerfile index 4c61291..b5ecf57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update && \ php-zip \ php-soap \ php-xdebug \ + php-curl \ composer COPY apache_default /etc/apache2/sites-available/000-default.conf diff --git a/README.md b/README.md index 6780a85..99e14cd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ docker run -d -P bylexus/apache-php7 With all the options: ```bash -$ docker run -d -p 8080:80 \ +$ docker run -d -p 80:80 \ -v /home/user/webroot:/var/www \ -e PHP_ERROR_REPORTING='E_ALL & ~E_STRICT' \ bylexus/apache-php7