Merge branch 'fredbcode-master-patch-58935' into 'master'

Add icap client for sup

See merge request fredbcode-images/squid!11
This commit is contained in:
Fred 2022-03-17 11:25:21 +00:00
commit 8c2c4392da
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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