They are needed to build tools.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
# the version we want
COPY CentOS-7.2.repo /etc/yum.repos.d/CentOS-Base.repo
+# install EPEL for dev86, xz-devel and possibly other packages
+RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
+ yum clean all
+
RUN mkdir /build
WORKDIR /build
python-markdown \
patch \
checkpolicy \
+ dev86 \
+ xz-devel \
+ bzip2 \
&& yum clean all