From eaa0d0197471e148f8e68ddbecf869851ff3e674 Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 14 Jul 2024 19:51:01 +0100 Subject: [PATCH] Add libldap as a runtime dep --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 64acc18..253c5e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN \ zlib-dev && \ echo "**** install runtime packages ****" && \ apk add --no-cache --upgrade \ + libldap \ postgresql-client \ python3 \ tiff \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4612ff9..9a212fd 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -25,6 +25,7 @@ RUN \ zlib-dev && \ echo "**** install runtime packages ****" && \ apk add --no-cache --upgrade \ + libldap \ postgresql-client \ python3 \ tiff \