docker exec -it dvwa /bin/bash

apt update && apt install nano

nano -w --linenumbers /etc/php/7.0/apache2/php.ini

service apache2 restart

