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