unpack android-sdk before moving unpacked data

This commit is contained in:
Rik Snel 2016-03-10 22:44:54 +01:00
parent e8735a9e0a
commit f6ea6a84a3
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 && \