From 9666e4c7f61cc3e1bd3c92ea6ec45c6bcdf00956 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Mon, 1 Feb 2021 11:32:46 -0500 Subject: [PATCH] Force Remove Image --- debian/client/common/DEBIAN/postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/client/common/DEBIAN/postrm b/debian/client/common/DEBIAN/postrm index 215ed5c..526a170 100755 --- a/debian/client/common/DEBIAN/postrm +++ b/debian/client/common/DEBIAN/postrm @@ -2,4 +2,4 @@ set -e -docker image rm thebrokenrail/minecraft-pi-reborn:client \ No newline at end of file +docker image rm -f thebrokenrail/minecraft-pi-reborn:client \ No newline at end of file