fix build-pkgs fail to edit tpm2-tools srpm

The error message is "configure.ac:77: error: possibly undefined macro:
AC_MSG_ERROR". Add package autoconf-archive to fix it.

Closes-Bug: 1825287

Change-Id: Ia7497f5ea79f314ece8e39df8eaaafa902337e22
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
This commit is contained in:
Shuicheng Lin 2019-04-18 13:19:12 +08:00
parent 3e253a99c6
commit 5040ba46da
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN groupadd -g 751 cgts && \
yum install -y anaconda \
anaconda-help \
anaconda-runtime \
autoconf-archive \
autogen \
automake \
bc \