buildimg: add new prereqs

Closes: #360
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-06-24 14:41:25 -04:00 committed by Atomic Bot
parent 9d473df11e
commit 55e1cfeb99

View File

@ -3,7 +3,7 @@ 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 \
which xz python gcc gperf 'pkgconfig(libsystemd)' \
&& 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