From 4626af4f6207bfd3c9b489d84c73f90669539327 Mon Sep 17 00:00:00 2001 From: Fred Date: Thu, 17 Mar 2022 09:22:48 +0000 Subject: [PATCH 1/2] Add icap client for sup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45fc629..4544f19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,7 +99,7 @@ RUN adduser --no-create-home --uid 1161 --group --system squid \ && echo "cache_log /var/log/squid/cache.log" >> /etc/squid/squid.conf \ && echo "cache_effective_user squid" >> /etc/squid/squid.conf \ # Packages dependencies installation for running and clean again - && apt-get update && apt-get install -y --no-install-recommends ca-certificates net-tools rsync libexpat1 libltdl7 libxml2 openssl ca-certificates libldap-2.4-2 libecap3 libcap2 libdb5.3 libatomic1 dumb-init procps inotify-tools curl \ + && apt-get update && apt-get install -y --no-install-recommends libc-icap-mod-urlcheck ca-certificates net-tools rsync libexpat1 libltdl7 libxml2 openssl ca-certificates libldap-2.4-2 libecap3 libcap2 libdb5.3 libatomic1 dumb-init procps inotify-tools curl \ && apt-get auto-remove -y && apt-get clean autoclean \ && rm -rf /var/lib/apt/lists/* && rm -Rf /tmp/* COPY --chown=1161 squid /squid From 03a7525b4bc3141416e9323d1a6cf3389c8f4772 Mon Sep 17 00:00:00 2001 From: Fred Date: Thu, 17 Mar 2022 09:50:02 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22026bd..1d169cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL. +SSLBUMP is enabled as almost all usual options ... + http://www.squid-cache.org/ https://gitlab.com/fredbcode-images/squid