1 # Prepare/Build the test-suite
2 WORKDIR /home/eximtest/exim/test
3 RUN mkdir /tmp/exim
4 RUN echo $PWD/test-config > /tmp/exim/trusted-configs
5 RUN autoconf
6 RUN ./configure
7 RUN make
8 RUN rm -f test-config
9