mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 11:16:55 +00:00
back to libressl
This commit is contained in:
parent
b42486dc88
commit
bd235e7e19
@ -13,8 +13,8 @@ RUN set -x && \
|
|||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
libcap \
|
libcap \
|
||||||
libcrypto1.0 \
|
libressl2.5-libcrypto \
|
||||||
libssl1.0 \
|
libressl2.5-libssl \
|
||||||
libltdl
|
libltdl
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
@ -26,12 +26,13 @@ RUN set -x && \
|
|||||||
tzdata \
|
tzdata \
|
||||||
curl \
|
curl \
|
||||||
gnupg \
|
gnupg \
|
||||||
openssl-dev \
|
libressl-dev \
|
||||||
perl-dev \
|
perl-dev \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
make \
|
make \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
|
heimdal-dev \
|
||||||
libtool \
|
libtool \
|
||||||
libcap-dev \
|
libcap-dev \
|
||||||
linux-headers && \
|
linux-headers && \
|
||||||
@ -69,7 +70,7 @@ RUN set -x && \
|
|||||||
--enable-auth-negotiate="wrapper" \
|
--enable-auth-negotiate="wrapper" \
|
||||||
--enable-silent-rules \
|
--enable-silent-rules \
|
||||||
--disable-mit \
|
--disable-mit \
|
||||||
--disable-heimdal \
|
--enable-heimdal \
|
||||||
--enable-delay-pools \
|
--enable-delay-pools \
|
||||||
--enable-arp-acl \
|
--enable-arp-acl \
|
||||||
--enable-openssl \
|
--enable-openssl \
|
||||||
|
Loading…
Reference in New Issue
Block a user