From 903d301c9da523d41cc53196067f302c2c472077 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 28 Nov 2020 11:52:39 +0100 Subject: [PATCH] Update supervisor.sh --- .devcontainer/supervisor.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/supervisor.sh b/.devcontainer/supervisor.sh index 714acf4..bcf0e3c 100755 --- a/.devcontainer/supervisor.sh +++ b/.devcontainer/supervisor.sh @@ -111,8 +111,10 @@ echo "Start Test-Env" start_docker trap "stop_docker" ERR +docker system prune -f + cleanup_lastboot cleanup_docker init_dbus run_supervisor -stop_docker \ No newline at end of file +stop_docker