Skip to content

Commit 46fd493

Browse files
committed
fix for #94
1 parent 4a072c9 commit 46fd493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN yum reinstall -y glibc-common
5353
RUN ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
5454

5555
# latest git from the endpoint repo https://computingforgeeks.com/install-git-2-on-centos-7/
56-
RUN yum remove -y git git-* && \
56+
RUN yum remove -y git git-core && \
5757
# libcurl-devel for git-remote-https
5858
yum -y install libcurl-devel && \
5959
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && \

0 commit comments

Comments
 (0)