diff options
author | Ruijing Guo <ruijing.guo@intel.com> | 2016-01-07 05:17:37 +0000 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-13 12:59:30 +0000 |
commit | b89b797ced3cd818ddce1d1d724d240bc27e93c3 (patch) | |
tree | 5876a37f7c0e22168bcc6187cb82f007d2be4577 /build/Makefile | |
parent | e9f94201817c842f0956cbc295ba59040156089c (diff) |
Fix build failure in fuel base & qemu
Change-Id: I4a6cc047011547402641619a5683af3d24c057ee
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index 542269617..d58f3ad76 100644 --- a/build/Makefile +++ b/build/Makefile @@ -94,6 +94,7 @@ $(ISOCACHE): # 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 && patch -p0 < $(TOPDIR)/fuel-main_docker_dns.patch # cd /tmp/fuel-main && ./prepare-build-env.sh cd /tmp/fuel-main && make repos |