platforms/debian7/Dockerfile.in
changeset 13 1fe49e314ec9
parent 10 3e3fbd0cc16f
equal deleted inserted replaced
12:799e49258445 13:1fe49e314ec9
    43 RUN mkdir /tmp/exim
    43 RUN mkdir /tmp/exim
    44 RUN echo $PWD/test-config > /tmp/exim/trusted-configs
    44 RUN echo $PWD/test-config > /tmp/exim/trusted-configs
    45 RUN autoconf
    45 RUN autoconf
    46 RUN ./configure
    46 RUN ./configure
    47 RUN make
    47 RUN make
       
    48 RUN rm -f test-config
    48 
    49 
    49 ## now finally run the tests
    50 ## now finally run the tests
    50 ## should be done by you, manually :)
    51 ## should be done by you, manually :)
    51 # -> full hostname
    52 # -> full hostname
    52 
    53