Skip to content
Snippets Groups Projects
Commit 47deff48 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

CentOS 7: Add WANDisco Git repository to get Git > 1.8 - needed for Icinga DB

parent ea6df625
No related branches found
No related tags found
No related merge requests found
Pipeline #14961 failed
...@@ -2,6 +2,9 @@ FROM centos:7 ...@@ -2,6 +2,9 @@ FROM centos:7
RUN yum update -y RUN yum update -y
# Add WANDisco Git Repo to get Git > 1.8 - this is needed for Icinga DB dependencies
RUN yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
RUN yum install -y \ RUN yum install -y \
sudo wget curl which tar expect git \ sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \ patch rpm-build redhat-rpm-config rpmlint \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment