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 5ef7132 commit 8a2317eCopy full SHA for 8a2317e
rpm/SPECS/docker-ce-cli.spec
@@ -50,6 +50,14 @@ pushd /go/src/github.com/docker/cli
50
DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=%{_origversion} GITCOMMIT=%{_gitcommit_cli} dynbinary manpages # cli
51
popd
52
53
+git version
54
+# Updating git on centos7 (default version is 1.8) to workaround issue downloading go dependencies, see https://github.com/golang/go/issues/38373
55
+if [ "$SUITE" == "7" ]; then
56
+ yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
57
+ yum install -y git
58
+fi
59
60
+
61
# Build all associated plugins
62
pushd ${RPM_BUILD_DIR}/src/plugins
63
for installer in *.installer; do
0 commit comments