On Apr 23, 2022, at 8:55 PM, thomaswilliampritchard@gmail.com wrote:
Would you be able to share your Dockerfile? I still receive the following error.
I’ve been testing with...
``` FROM debian:bullseye-slim # Setup openldap package: RUN apt-get update && apt-get install -y --no-install-recommends \ gnupg \ ca-certificates \ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DA26A148887DCBEB \ && echo 'deb https://repo.symas.com/repo/deb/main/release25 bullseye main' > /etc/apt/sources.list.d/soldap-release25.list \ # Install openldap && apt-get update && apt-get install -y --no-install-recommends \ symas-openldap-clients \ symas-openldap-server \ && rm -rf /var/lib/apt/lists/* \ && rm /etc/apt/sources.list.d/soldap-release25.list ```
— Shawn