Skip to content
Snippets Groups Projects
Commit 20b8a62e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

docker: install libldap-common

It no longer gets pulled in in bullseye, but is required for ldaps

See https://github.com/docker-library/php/issues/1194
parent 14053f9d
No related branches found
No related tags found
No related merge requests found
Pipeline #85589 passed
...@@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive ...@@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \ RUN apt-get update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
ca-certificates \ ca-certificates \
libldap-common \
curl \ curl \
unzip \ unzip \
sudo \ sudo \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment