1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2026-03-12 07:23:46 +00:00

Add apache2-utils package for auth tooling

This commit is contained in:
Dmitry Belyaev
2026-03-04 11:05:32 +03:00
parent 9d1249ebcf
commit 07d9abcbe6
2 changed files with 3 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ RUN apk add --no-cache \
heimdal-libs \
libcap \
libltdl \
apache2-utils \
tzdata
COPY --from=build /etc/squid/ /etc/squid/

View File

@@ -32,6 +32,8 @@ docker-compose up
By default, the image now includes a local network allow-list (`/etc/squid/conf.d/localnet.conf`) so clients from RFC1918/RFC4193 ranges can connect without mounting an extra ACL file.
The image also includes `apache2-utils`, so you can generate and manage `htpasswd` files directly in the container for basic authentication setups.
## Environment variables: