contrib/docker/centos7
changeset 34423 1baa077214ae
parent 23033 1d354814ff4d
equal deleted inserted replaced
34422:2fd06499dc8e 34423:1baa077214ae
     1 FROM centos:centos7
     1 FROM centos:centos7
     2 RUN yum install -y gcc
     2 RUN yum install -y \
     3 RUN yum install -y python-devel python-docutils
     3 	gcc \
     4 RUN yum install -y make
     4 	gettext \
     5 RUN yum install -y rpm-build
     5 	make \
     6 RUN yum install -y gettext
     6 	python-devel \
     7 RUN yum install -y tar
     7 	python-docutils \
       
     8 	rpm-build \
       
     9 	tar
       
    10 
     8 # For creating repo meta data
    11 # For creating repo meta data
     9 RUN yum install -y createrepo
    12 RUN yum install -y createrepo