equal
deleted
inserted
replaced
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 |