php/7.2/stretch/apache
Tianon Gravi ea377551f7 Adjust "/var/www/html" permissions consistently across variants
The issue speaks for itself:

```console
$ docker run --rm php:apache ls -ld /var/www/html
drwxrwxrwx 2 www-data www-data 4096 Jan 22 21:56 /var/www/html

$ docker run --rm php:fpm ls -ld /var/www/html
drwxr-xr-x 2 root root 4096 Jan 22 22:10 /var/www/html
```
2019-01-31 14:45:15 -08:00
..
apache2-foreground Updated PHP 7.2-RC-6 to released 2017-11-30 15:25:21 +01:00
docker-php-entrypoint Updated PHP 7.2-RC-6 to released 2017-11-30 15:25:21 +01:00
docker-php-ext-configure Be less verbose during extension installation (fix #319) 2018-01-01 19:50:55 +01:00
docker-php-ext-enable fix hardcoded ini dir 2018-11-09 10:21:18 +01:00
docker-php-ext-install Updated PHP 7.2-RC-6 to released 2017-11-30 15:25:21 +01:00
docker-php-source Updated PHP 7.2-RC-6 to released 2017-11-30 15:25:21 +01:00
Dockerfile Adjust "/var/www/html" permissions consistently across variants 2019-01-31 14:45:15 -08:00