mirror of
https://github.com/wheelybird/ldap-user-manager.git
synced 2025-01-18 07:32:53 +01:00
Added libldap-common to apt-get (#175)
Signed-off-by: Shakespeare2000 <Shakespeare2000@users.noreply.github.com>
This commit is contained in:
parent
d79e58346d
commit
591ba7629e
@ -2,7 +2,7 @@ FROM php:8-apache
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libldb-dev libldap2-dev \
|
||||
libldb-dev libldap2-dev libldap-common \
|
||||
libfreetype6-dev \
|
||||
libjpeg-dev \
|
||||
libpng-dev && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user