##// END OF EJS Templates
dockerrpm: prepare source outside docker and just run rpmbuild inside docker...
dockerrpm: prepare source outside docker and just run rpmbuild inside docker Simplifies the rpm build process. We will use platform specific rpmbuild directories and will not clean them and will drop the explicit copy to build directory.

File last commit:

r21255:62a27498 default
r22441:bb9a06d1 default
Show More
centos6
7 lines | 186 B | text/plain | TextLexer
FROM centos
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
RUN yum install -y tar