mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	back to libressl
This commit is contained in:
		@@ -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 \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user