Merge pull request #163 from rsnel/ndk-r11

unpack android-sdk before moving unpacked data
This commit is contained in:
Fredrik Fornwall 2016-03-10 23:18:22 +01:00
commit 3b29c05135
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ RUN apt-get update && apt-get install -y \
RUN cd /tmp && \
curl -O http://dl.google.com/android/android-sdk_r24.3.4-linux.tgz && \
tar xzvf /tmp/android-sdk_r24.3.4-linux.tgz && \
curl -o ndk.zip http://dl.google.com/android/repository/android-ndk-r11-linux-x86_64.zip && \
unzip ndk.zip && \
mkdir /root/lib && \