Merge pull request #127 from PeterDaveHello/patch-1
apt clean after package install in clean-build.sh
This commit is contained in:
commit
76be0e26b2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue