Commit 4af79b71 authored by Brian Tiger Chow's avatar Brian Tiger Chow

clean old docker images

parent 093c87ef
...@@ -36,3 +36,4 @@ clean: ...@@ -36,3 +36,4 @@ clean:
rm -f data/filetiny rm -f data/filetiny
rm -f data/filerand rm -f data/filerand
rm -rf build/* rm -rf build/*
docker rmi $(docker images | grep "^<none>" | awk "{print \$3}") -f || true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment