From 2b8f069c2fb89dfca10a2ed2a400a61d2d9930f1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 14 Feb 2022 08:46:45 -0500 Subject: [PATCH] Update ha_setup.sh --- setup/ha_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/ha_setup.sh b/setup/ha_setup.sh index 43a6641a..4f2399a0 100644 --- a/setup/ha_setup.sh +++ b/setup/ha_setup.sh @@ -114,6 +114,7 @@ for container in ${CONTAINER_LIST}; do docker rm --force "${container}" eval ${DOCKER_COMMAND} fi +docker image prune -f done EOF sudo chmod +x /root/update-containers.sh