Merge pull request #127 from PeterDaveHello/patch-1

apt clean after package install in clean-build.sh
This commit is contained in:
Simon Fels 2017-04-18 08:21:27 +02:00 committed by GitHub
commit 76be0e26b2

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