Dockerfile: fixed aapt error

This commit is contained in:
matlabbe
2017-03-22 21:09:21 -04:00
parent d95818f1b2
commit d89c43befa
3 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ apt-get update
apt-get install -y --no-install-recommends apt-utils
apt-get install -y unzip wget ant
apt-get install -y default-jre default-jdk
apt-get install -y lib32stdc++6 lib32z1
# Setup android sdk
echo "wget android-sdk..."