-
Hello, I'm trying to make an LDAP connection works with .NET 8, on Linux. All docker images are from : If I build a docker image with I have compared both packages/dependencies and have installed all packages from With What differences could it be to make LDAP work on the Docker file:
App code:
The error with
The extra package are: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
It may be caused by one of the dependencies of |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
RUN apt-get update \ && apt-get install --upgrade -y libldap-2.5.0 \ && ln -s /usr/lib/x86_64-linux-gnu/libldap.so.2 /usr/lib/libldap-2.5.so.0
Use this code in your dockerfile.