From 5040ba46da21f2685c093ceb523d40ecf45a040f Mon Sep 17 00:00:00 2001 From: Shuicheng Lin Date: Thu, 18 Apr 2019 13:19:12 +0800 Subject: [PATCH] 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 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f4fa8f48..ee85f657 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,7 @@ RUN groupadd -g 751 cgts && \ yum install -y anaconda \ anaconda-help \ anaconda-runtime \ + autoconf-archive \ autogen \ automake \ bc \