We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a072c9 commit 46fd493Copy full SHA for 46fd493
docker/Dockerfile
@@ -53,7 +53,7 @@ RUN yum reinstall -y glibc-common
53
RUN ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
54
55
# latest git from the endpoint repo https://computingforgeeks.com/install-git-2-on-centos-7/
56
-RUN yum remove -y git git-* && \
+RUN yum remove -y git git-core && \
57
# libcurl-devel for git-remote-https
58
yum -y install libcurl-devel && \
59
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && \
0 commit comments