From commits-return-52612-archive-asf-public=cust-asf.ponee.io@directory.apache.org Sun Jun 20 05:58:33 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 7E45318064A for ; Sun, 20 Jun 2021 07:58:33 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id E35DC601F1 for ; Sun, 20 Jun 2021 05:58:32 +0000 (UTC) Received: (qmail 18693 invoked by uid 500); 20 Jun 2021 05:58:30 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 18684 invoked by uid 99); 20 Jun 2021 05:58:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2021 05:58:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2640F821E0; Sun, 20 Jun 2021 05:58:29 +0000 (UTC) Date: Sun, 20 Jun 2021 05:58:29 +0000 To: "commits@directory.apache.org" Subject: [directory-buildtools] branch master updated: Install debug tools: ldap utils and sasl modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162416870909.1336.10849373189729702409@gitbox.apache.org> From: seelmann@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: directory-buildtools X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2f3906fb4b7e904359d94bcfd0bd5d9ad51ae034 X-Git-Newrev: 35f117d1a0b8223f390bc70b1e1279b579bc64fd X-Git-Rev: 35f117d1a0b8223f390bc70b1e1279b579bc64fd X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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