apt clean after package install in clean-build.sh

This commit is contained in:
Peter Dave Hello 2017-04-17 17:53:34 +08:00 committed by GitHub
commit 9e12199468

View file

@ -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