update docker file
This commit is contained in:
parent
a3910ed34d
commit
8ea6ab3325
@ -6,9 +6,8 @@ USER root
|
||||
RUN pip install --upgrade pip
|
||||
RUN yum update -y
|
||||
RUN yum -y remove git
|
||||
RUN yum -y install https://repo.ius.io/ius-release-el7.rpm \
|
||||
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
|
||||
RUN yum -y install git2u-all
|
||||
RUN yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
|
||||
RUN yum -y install git
|
||||
|
||||
#Setup semver
|
||||
ADD / /semver
|
||||
|
Loading…
Reference in New Issue
Block a user