From: Adam Dickmeiss Date: Wed, 4 Jan 2017 09:29:34 +0000 (+0100) Subject: Install redhat-rpm-config to ensure debuginfo packages X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=60380be593adab08eb160b2abc6f355a72c4e5c7 Install redhat-rpm-config to ensure debuginfo packages --- 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