Skip to content

Commit 2e7a642

Browse files
authored
Fix missing dependency: ldap (#4033)
1 parent 28e7e37 commit 2e7a642

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ RUN apt-get update \
9494
gd \
9595
zip \
9696
bcmath \
97+
ldap \
9798
sodium \
9899
opcache \
99100
pcntl \

Dockerfile-legacy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN \
105105
php8.5-redis \
106106
php8.5-bcmath \
107107
php8.5-intl \
108+
php8.5-ldap \
108109
netcat-openbsd \
109110
libimage-exiftool-perl \
110111
ffmpeg \

0 commit comments

Comments
 (0)