Added libldap-common to apt-get (#175)

Signed-off-by: Shakespeare2000 <Shakespeare2000@users.noreply.github.com>
This commit is contained in:
Shakespeare2000 2022-07-18 10:47:08 +02:00 committed by GitHub
parent d79e58346d
commit 591ba7629e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ FROM php:8-apache
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
libldb-dev libldap2-dev \ libldb-dev libldap2-dev libldap-common \
libfreetype6-dev \ libfreetype6-dev \
libjpeg-dev \ libjpeg-dev \
libpng-dev && \ libpng-dev && \