From e7994bec7372a380fe26d8dcba27a1eb0f55600b Mon Sep 17 00:00:00 2001 From: slin14 Date: Tue, 13 Nov 2018 23:36:25 +0800 Subject: [PATCH] fix build-srpms edit failure in openssh/openldap It is due to these packages need autoreconf support. Add required package automake/autogen/libtool to solve it. Closes-Bug: 1799160 Change-Id: I5c6c03a6b74e168d73f0fb054bd5ccab367e3a94 Signed-off-by: slin14 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b0b67a01..a595e10c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,8 @@ RUN groupadd -g 751 cgts && \ yum install -y anaconda \ anaconda-help \ anaconda-runtime \ + autogen \ + automake \ bc \ bind \ bind-utils \ @@ -48,6 +50,7 @@ RUN groupadd -g 751 cgts && \ gcc \ gettext \ git \ + libtool \ libxml2 \ libxml2-devel \ libxslt-devel \