diff --git a/Dockerfile b/Dockerfile index be459bd..9465837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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