From 60380be593adab08eb160b2abc6f355a72c4e5c7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Jan 2017 10:29:34 +0100 Subject: [PATCH] Install redhat-rpm-config to ensure debuginfo packages --- id-deb-build/docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id-deb-build/docker-build.sh b/id-deb-build/docker-build.sh index b4ad44d..4a03468 100755 --- a/id-deb-build/docker-build.sh +++ b/id-deb-build/docker-build.sh @@ -223,7 +223,7 @@ if test "${CENTOS_DIST}"; then cd build/centos/$dist echo "FROM centos:$D" >Dockerfile - echo "RUN yum install -y wget yum-utils rpm-build gcc gcc-c++ make" >>Dockerfile + echo "RUN yum install -y wget yum-utils redhat-rpm-config rpm-build gcc gcc-c++ make" >>Dockerfile echo "RUN rpm --import http://ftp.indexdata.com/pub/yum/centos/$F/RPM-GPG-KEY-indexdata" >>Dockerfile echo "RUN wget http://ftp.indexdata.com/pub/yum/centos/$F/indexdata.repo -P /etc/yum.repos.d/" >>Dockerfile echo 'ENTRYPOINT ["/bin/sh", "-c"]' >>Dockerfile -- 1.7.10.4