keystone: Fix for missing libldap-common package for debian

Closes-Bug: #2009484
Change-Id: I01578289e65010748bfaf6d6b81861764aa62368
This commit is contained in:
Rafal Lewandowski 2023-03-29 11:44:58 +02:00
parent e559f2194b
commit 2050aa35db
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set keystone_base_packages = [
'libapache2-mod-auth-mellon',
'libapache2-mod-auth-openidc',
'libldap-common',
'libldap2-dev',
'libsasl2-dev',
] %}