Merge pull request #4363 from jomach/feature/updateGitVersion

[4362] git version is old and does not work with x509 certificates

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-07-30 21:07:24 +00:00
committed by GitHub
4 changed files with 12 additions and 8 deletions

View File

@@ -1,11 +1,12 @@
FROM centos:7
RUN yum install -y epel-release
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm
RUN yum install -y \
bzip2 \
gcc-c++ \
git \
git2u \
git2u-core \
make \
nodejs \
npm