summaryrefslogtreecommitdiffstats
path: root/ci/Dockerfile
diff options
context:
space:
mode:
authorArtem Senichev <a.senichev@yadro.com>2018-09-13 11:02:27 +0300
committerArtem Senichev <a.senichev@yadro.com>2018-09-13 11:02:27 +0300
commit83482c512e520c110c63992cbdbf8694ad50d064 (patch)
treea3ed617aaff4b60a5a8a8f1fd3f1dfa225aabd12 /ci/Dockerfile
parentd289200dd99f2a1d088a21f6bf3456bbd111fc0a (diff)
downloadblackbird-op-build-83482c512e520c110c63992cbdbf8694ad50d064.tar.gz
blackbird-op-build-83482c512e520c110c63992cbdbf8694ad50d064.zip
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 <a.senichev@yadro.com>
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r--ci/Dockerfile/ubuntu16042
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud