keystone: Fix for missing libldap-common package for debian

Closes-Bug: #2009484
Change-Id: I01578289e65010748bfaf6d6b81861764aa62368
(cherry picked from commit 2050aa35db)
This commit is contained in:
Rafal Lewandowski 2023-03-29 11:44:58 +02:00
parent 0cb25700ee
commit b2296aa5c0

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',
] %}