summaryrefslogtreecommitdiffstats
path: root/tests/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Dockerfile')
-rw-r--r--tests/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Dockerfile b/tests/Dockerfile
new file mode 100644
index 0000000..8ec9389
--- /dev/null
+++ b/tests/Dockerfile
@@ -0,0 +1,9 @@
+FROM registry.fedoraproject.org/fedora
+COPY Makefile *intercept_form_submit* LICENSE README /src/
+WORKDIR /src
+COPY tests/build.sh /src/tests/
+COPY docs/* /src/docs/
+RUN tests/build.sh
+COPY tests/* /src/tests/
+RUN tests/config.sh
+ENTRYPOINT [ "/usr/sbin/httpd", "-DFOREGROUND" ]