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