Update libldap for deb12
This commit is contained in:
parent
ed46fb549f
commit
cd47334914
@ -101,7 +101,7 @@ RUN adduser --no-create-home --uid 1161 --group --system squid \
|
||||
# Removed in 5.8, needed for test
|
||||
&& sed -i '/http_access deny all/ihttp_access allow localnet' /etc/squid/squid.conf \
|
||||
# Packages dependencies installation for running and clean again
|
||||
&& apt-get update && apt-get install -y --no-install-recommends c-icap 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 c-icap ca-certificates net-tools rsync libexpat1 libltdl7 libxml2 openssl ca-certificates libldap-common 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user