diff options
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index 85da6eb29..542269617 100644 --- a/build/Makefile +++ b/build/Makefile @@ -91,6 +91,10 @@ $(ISOCACHE): # Fuel build. sudo rm -f /etc/apt/apt.conf.d/docker* # + # Need to replace the old Docker v. 1.5.0 with a later version to be + # able to access the Docker remote repository! + cd /tmp/fuel-main && patch -p0 < $(TOPDIR)/fuel-main_docker_version.patch + # cd /tmp/fuel-main && ./prepare-build-env.sh cd /tmp/fuel-main && make repos $(REPOINFO) -r /tmp/fuel-main > gitinfo_fuel.txt |