From 83482c512e520c110c63992cbdbf8694ad50d064 Mon Sep 17 00:00:00 2001 From: Artem Senichev Date: Thu, 13 Sep 2018 11:02:27 +0300 Subject: Add bsdmainutils to Ubuntu docker The docker image of Ubuntu 16.04 doesn't have 'colrm' utility which is used in Perl script 'addimgid' (hostboot build tools) to construct an ID string of hostboot image: https://github.com/open-power/hostboot/blob/master/src/build/tools/addimgid#L39 As result, variable hbi_ImageId in hostboot is allways empty. Installing bsdmainutils package resolves this problem. Signed-off-by: Artem Senichev --- ci/Dockerfile/ubuntu1604 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/Dockerfile') diff --git a/ci/Dockerfile/ubuntu1604 b/ci/Dockerfile/ubuntu1604 index 2aaa6474..5c054115 100644 --- a/ci/Dockerfile/ubuntu1604 +++ b/ci/Dockerfile/ubuntu1604 @@ -7,4 +7,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteract build-essential g++ git bison flex unzip \ cpio vim-common lsb-release \ libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \ - wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata + wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata bsdmainutils -- cgit v1.2.1