This commit is contained in:
parent
29adc939fe
commit
85fdb56e87
10
Dockerfile
10
Dockerfile
@ -20,6 +20,16 @@ WORKDIR /tmp/${LIBRESSLVERSION}
|
|||||||
RUN ./configure --prefix=/usr/local/libressl --with-openssldir=/usr/local/libressl
|
RUN ./configure --prefix=/usr/local/libressl --with-openssldir=/usr/local/libressl
|
||||||
RUN make && make install
|
RUN make && make install
|
||||||
|
|
||||||
|
WORKDIR /tmp
|
||||||
|
RUN git clone -b portable git://github.com/OpenSMTPD/OpenSMTPD.git opensmtpd
|
||||||
|
|
||||||
|
WORKDIR /tmp/opensmtpd
|
||||||
|
RUN ./bootstrap \
|
||||||
|
&& ./configure \
|
||||||
|
--with-libssl=/usr/local/libressl
|
||||||
|
|
||||||
|
RUN make && make install
|
||||||
|
|
||||||
# Override shell for bash-y debugging goodness
|
# Override shell for bash-y debugging goodness
|
||||||
SHELL ["/bin/bash", "-exc"]
|
SHELL ["/bin/bash", "-exc"]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user