back to libressl

This commit is contained in:
Dmitry Belyaev 2017-07-03 13:45:19 +03:00
parent b42486dc88
commit bd235e7e19
Signed by: b4tman
GPG Key ID: 014E87EC54B77673
1 changed files with 5 additions and 4 deletions

View File

@ -13,8 +13,8 @@ RUN set -x && \
RUN apk add --no-cache \
libstdc++ \
libcap \
libcrypto1.0 \
libssl1.0 \
libressl2.5-libcrypto \
libressl2.5-libssl \
libltdl
RUN set -x && \
@ -26,12 +26,13 @@ RUN set -x && \
tzdata \
curl \
gnupg \
openssl-dev \
libressl-dev \
perl-dev \
autoconf \
automake \
make \
pkgconfig \
heimdal-dev \
libtool \
libcap-dev \
linux-headers && \
@ -69,7 +70,7 @@ RUN set -x && \
--enable-auth-negotiate="wrapper" \
--enable-silent-rules \
--disable-mit \
--disable-heimdal \
--enable-heimdal \
--enable-delay-pools \
--enable-arp-acl \
--enable-openssl \