1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-06-01 19:43:48 +00:00

Merge pull request #21 from b4tman/v5

v5.1
This commit is contained in:
Dmitry Belyaev 2021-08-10 12:44:07 +03:00 committed by GitHub
commit 029f8e55aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM alpine:3.14.0 as build
ENV SQUID_VER 4.16
ENV SQUID_VER 5.1
# fix conflict with libretls and libressl
RUN set -x && \
@ -95,6 +95,10 @@ RUN set -x && \
--with-openssl \
--with-pidfile=/var/run/squid/squid.pid
# fix build
RUN set -x && \
mkdir -p /tmp/build/tools/squidclient/tests && \
mkdir -p /tmp/build/tools/tests
RUN set -x && \
cd /tmp/build && \