robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_containers / php-apache / Dockerfile
diff --git a/resources/test_containers/php-apache/Dockerfile b/resources/test_containers/php-apache/Dockerfile
new file mode 100644 (file)
index 0000000..3a10a75
--- /dev/null
@@ -0,0 +1,3 @@
+FROM php:5.6.36-apache-stretch
+ADD index.php /var/www/html/index.php
+RUN chmod a+rx index.php