aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdabuild.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/dabuild.in b/dabuild.in
index dd0f154..ca5e9eb 100755
--- a/dabuild.in
+++ b/dabuild.in
@@ -86,6 +86,11 @@ if [ "$DABUILD_CACHE" = "true" ]; then
done
fi
+ABUILD_RM="--rm"
+if [ "$DABUILD_RM" = "false" ]; then
+ ABUILD_RM=""
+fi
+
## go!
docker run --tty --interactive \
$ABUILD_RM \