diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh
index d98cb099fc79b9949446daa52949cfb4e8751431..f7800aa24190046cda74d839766d92aa82e814ca 100755
--- a/bootstrap/sbin/rebuild_system_from_scratch.sh
+++ b/bootstrap/sbin/rebuild_system_from_scratch.sh
@@ -57,7 +57,7 @@ function remove_images()
         for image in ${images}; do
             printf "\t\t%s\n" ${image}
         done
-        docker rmi ${images}
+        docker rmi -f ${images}
     fi
 }