do not need to remove images in make clean

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-12 10:12:48 +01:00
parent 35070c03f7
commit 145dead110

View File

@ -42,5 +42,3 @@ endif
clean:
$(MAKE) -C alpine clean
docker images -q mobyqemu:build | xargs docker rmi -f || true
docker images -q mobytest:build | xargs docker rmi -f || true