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 <shuicheng.lin@intel.com>
This commit is contained in:
slin14 2018-11-13 23:36:25 +08:00
parent 9ffc055d76
commit e7994bec73
1 changed files with 3 additions and 0 deletions

View File

@ -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 \