remove extra copy of docker that build adds

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-04-18 16:48:37 +01:00
parent 18745f6b76
commit 79e0a65f87

View File

@ -11,6 +11,7 @@ bin: docker.git
cp docker.git/bundles/${DOCKER_VERSION}/binary/* bin/
rm -f bin/*.md5
rm -f bin/*.sha256
rm -f bin/docker-${DOCKER_VERSION}
docker.git:
git clone git://github.com/djs55/docker.git docker.git