Merge pull request #25 from RightBrain-Networks/bugfix/git-version

update git version
This commit is contained in:
Derek DeJonghe 2019-11-27 14:28:30 -05:00 committed by GitHub
commit 61e4a9e488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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