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