add LDAP Deps to build file

This commit is contained in:
hay-kot 2021-11-26 12:16:08 -09:00
parent 60d5fe9277
commit afae0ef0f5
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
# Database ENV Variablse as Specified by Mealie
Database: [sqlite, postgres]
# Services

View File

@ -34,6 +34,8 @@ RUN apt-get update \
build-essential \
libpq-dev \
libwebp-dev \
# LDAP Dependencies
libsasl2-dev libldap2-dev libssl-dev \
gnupg gnupg2 gnupg1 \
debian-keyring \
debian-archive-keyring \