remove git first

This commit is contained in:
Semantic Versioner 2019-11-27 14:35:49 -05:00
parent a2e9d37881
commit 2d8593d215

View File

@ -5,6 +5,7 @@ USER root
#Perform updates
RUN pip install --upgrade pip
RUN yum update -y
RUN yum -y remove git
RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm
RUN yum -y install git2u-all