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