Removed unecessary library libldap from agent2 on Ubuntu
This commit is contained in:
parent
6bd8128375
commit
eeadabc206
|
|
@ -51,8 +51,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||
sudo \
|
||||
libssl3t64 \
|
||||
libcurl4t64 \
|
||||
libpcre2-8-0 \
|
||||
libldap2" && \
|
||||
libpcre2-8-0" && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||
-o Dpkg::Options::="--force-confdef" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue