summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index 4aff9a43..e6c48d54 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -8,6 +8,7 @@ RUN set -ex; \
rsync \
bzip2 \
busybox-static \
+ libldap-common \
; \
rm -rf /var/lib/apt/lists/*; \
\
@@ -29,7 +30,6 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
- libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \