diff --git a/Dockerfile b/Dockerfile index e908e4c..6568445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY resources/ /var/www/localhost/htdocs/VulnerableApp-php/resources COPY vulnerablehtaccess/ /var/www/localhost/htdocs/VulnerableApp-php/images/specialimages RUN chmod -R 777 /var/www/localhost/htdocs/ && \ sed -i '//,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/httpd.conf \ -&& sed -i 's/\\.php$>/"(?i)\\.php$|\\.php5$|\\.php4$|\\.php3$|\\.phtml$|\\.phpt$">/' /etc/apache2/conf.d/php.conf \ No newline at end of file +&& sed -i 's/\\.php$>/"(?i)\\.php$|\\.php5$|\\.php4$|\\.php3$|\\.phtml$|\\.phpt$">/' /etc/apache2/conf.d/php.conf