From cc903c3fa5cba625e0fdd6a4cce13d6fced14bfd Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 27 Oct 2016 11:29:31 +0100 Subject: [PATCH] Add dependency to Makefile for Docker The Docker version is in the Makefile su always re-upload if changed. Signed-off-by: Justin Cormack --- alpine/packages/docker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/packages/docker/Makefile b/alpine/packages/docker/Makefile index fc3320a7c..b52a2a1b3 100644 --- a/alpine/packages/docker/Makefile +++ b/alpine/packages/docker/Makefile @@ -24,9 +24,9 @@ endif .PHONY: download hub cleanusr ifeq ($(DOCKER_BIN_URL)$(FORCE_CURL)$(RELEASE_CANDIDATE),) -usr/bin/docker: hub +usr/bin/docker: Makefile hub else -usr/bin/docker: download +usr/bin/docker: Makefile download endif cleanusr: