FROM centos:6 ARG TDE_VERSION=14.0.5 ARG ARCH=x86_64 RUN echo "proxy=http://proxy:3128" >>/etc/yum.conf # Add EPEL repository RUN yum -y install epel-release # Add NUX repository RUN rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm # Install Trinity build dependencies ADD packages.trinity /packages RUN yum -y update RUN yum -y install $(>/etc/sudoers ADD rpmmacros /home/trinity/.rpmmacros # Distro-specific patches RUN sed -i "/usr/include/jasper/jas_math.h" -e "/#include / s|$|\n#ifndef SIZE_MAX\n#define SIZE_MAX ((size_t) -1)\n#endif\n|"