You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2021/06/20 05:58:29 UTC

[directory-buildtools] branch master updated: Install debug tools: ldap utils and sasl modules

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-buildtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 35f117d  Install debug tools: ldap utils and sasl modules
35f117d is described below

commit 35f117d1a0b8223f390bc70b1e1279b579bc64fd
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Jun 20 07:58:14 2021 +0200

    Install debug tools: ldap utils and sasl modules
---
 docker/maven-build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/maven-build/Dockerfile b/docker/maven-build/Dockerfile
index 25ba22d..6e6ab27 100644
--- a/docker/maven-build/Dockerfile
+++ b/docker/maven-build/Dockerfile
@@ -25,7 +25,7 @@ FROM maven:3-openjdk-${JDK_VERSION}-slim
 # Base images maven:3-openjdk-*-slim are based on Debian
 RUN \
     apt-get update && \
-    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libgtk-3-0 libxtst6 xvfb krb5-config krb5-user dpkg rpm nsis && \
+    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libgtk-3-0 libxtst6 xvfb iputils-ping ldap-utils libsasl2-modules-ldap libsasl2-modules-gssapi-mit krb5-config krb5-user dpkg rpm nsis && \
     rm -rf /var/lib/apt/lists/*
 
 # Create the temp dir for Xvfb