diff --git a/apache/Dockerfile b/apache/Dockerfile index 66a9262..573fa0c 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -127,6 +127,7 @@ RUN set -ex; \ sed -i "s@'configFile' => .*@'configFile' => '/etc/phpmyadmin/config.inc.php',@" /var/www/html/libraries/vendor_config.php; \ grep -q -F "'configFile' => '/etc/phpmyadmin/config.inc.php'," /var/www/html/libraries/vendor_config.php; \ php -l /var/www/html/libraries/vendor_config.php; \ + a2enmod remoteip; \ \ apt-mark auto '.*' > /dev/null; \ apt-mark manual $savedAptMark; \