From 9e121994680293ea93ec91ef8f6f21cda18c1dbe Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 17 Apr 2017 17:53:34 +0800 Subject: [PATCH] apt clean after package install in clean-build.sh --- scripts/clean-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/clean-build.sh b/scripts/clean-build.sh index e6f6d75..b2de311 100755 --- a/scripts/clean-build.sh +++ b/scripts/clean-build.sh @@ -36,6 +36,8 @@ apt-get install -qq -y \ pkg-config \ protobuf-compiler +apt-get clean + cd /anbox # In cases where anbox comes directly from a checked out Android