[bin/clean] update docker cleanup to beo call only once

This commit is contained in:
Felix Buehler 2020-09-21 17:19:10 +02:00
parent e6cf5963a6
commit 85484a9da1

View file

@ -7,8 +7,7 @@ case "$1" in
$0 yay $0 yay
;; ;;
docker) docker)
docker container prune --force docker system prune --force
docker image prune --force
;; ;;
pacman) pacman)
pacman -Sc --noconfirm pacman -Sc --noconfirm