robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_containers / php-apache / Dockerfile
1 FROM php:5.6.36-apache-stretch
2 ADD index.php /var/www/html/index.php
3 RUN chmod a+rx index.php