--- a/Dockerfile Thu Apr 02 23:32:10 2015 +0200
+++ b/Dockerfile Fri Apr 03 22:58:14 2015 +0200
@@ -27,21 +27,22 @@
# prepare the build - files need to be owned
# by exim-test
WORKDIR /home/exim-test
-RUN chown -R exim-test: *
+RUN chown -R exim-test: .
# Build Exim
USER exim-test
WORKDIR /home/exim-test/exim/src
RUN make -j -l 1
-#
-## Prepare/Build the test-suite
-#WORKDIR /home/exim-test/exim/test
-#RUN mkdir /tmp/exim
-#RUN echo $PWD/test-config > /tmp/exim/trusted-configs
-#RUN autoconf
-#RUN ./configure
-#RUN make
-#
+
+# Prepare/Build the test-suite
+WORKDIR /home/exim-test/exim/test
+RUN mkdir /tmp/exim
+RUN echo $PWD/test-config > /tmp/exim/trusted-configs
+RUN autoconf
+RUN ./configure
+RUN make
+
## now finally run the tests
## should be done by you, manually :)
+# -> full hostname