docker: fix option to delete docker img.

This commit is contained in:
Pedro Gonçalves 2018-12-12 14:37:05 +00:00
parent 2c601025c0
commit f1185813ca

View File

@ -40,4 +40,4 @@ clean:
@echo "* Done."
delete_img:
sudo docker system prune -a
@sudo docker system prune -a