Skip to content

Commit

Permalink
Merge pull request #95 from dls-controls/dev
Browse files Browse the repository at this point in the history
fix for #94
  • Loading branch information
gilesknap authored May 26, 2023
2 parents 0fc7786 + 46fd493 commit cfb6d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN yum reinstall -y glibc-common
RUN ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime

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

0 comments on commit cfb6d95

Please sign in to comment.