From 30881c3df0a9232fa9e50bf437810a816122bbf0 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 4 Jul 2016 11:48:06 -0400 Subject: [PATCH] Dockerfile.builder: update for building libhif Now that libhif is a submodule, it means that we have to have the buildreqs for it as well in the build img. Closes: #371 Approved by: cgwalters --- vagrant/Dockerfile.builder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vagrant/Dockerfile.builder b/vagrant/Dockerfile.builder index 239f9d3c..27169f66 100644 --- a/vagrant/Dockerfile.builder +++ b/vagrant/Dockerfile.builder @@ -3,7 +3,8 @@ ADD atomic-centos-continuous.repo /etc/yum.repos.d/atomic-centos-continuous.repo RUN yum -y install yum-plugin-priorities sudo && \ yum -y install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ \ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux \ - which xz python gcc gperf 'pkgconfig(libsystemd)' \ + which xz python gcc gperf 'pkgconfig(libsystemd)' cmake expat-devel python-devel check-devel \ + python-sphinx createrepo_c \ && yum-builddep -y rpm-ostree LABEL RUN "/usr/bin/docker run --privileged -ti -v /var/roothome:/root -v /etc:/host/etc -v /usr:/host/usr \${IMAGE}" WORKDIR /root/sync