Skip to content

Commit

Permalink
container update libldap dependency for bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Mar 7, 2024
1 parent c383d32 commit 4cf890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/registry/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM php:${PHP_IMAGE_VERSION}-apache-bookworm
# but xls, pdo, pdo_mysql, pdo_pgsql, mysqli, pgsql,
# and ldap extensions must be built.
RUN apt-get update && apt-get install -y \
libldap-2.4-2 \
libldap-2.5-0 \
libldap2-dev \
libmariadb-dev \
libpq-dev \
Expand Down

0 comments on commit 4cf890a

Please sign in to comment.