Skip to content

Commit 591ba76

Browse files
Added libldap-common to apt-get (wheelybird#175)
Signed-off-by: Shakespeare2000 <Shakespeare2000@users.noreply.github.com>
1 parent d79e583 commit 591ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8-apache
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \
5-
libldb-dev libldap2-dev \
5+
libldb-dev libldap2-dev libldap-common \
66
libfreetype6-dev \
77
libjpeg-dev \
88
libpng-dev && \

0 commit comments

Comments
 (0)