Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smlabt authored Jul 25, 2018
1 parent 8dd45dc commit 562d948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apk --update add curl wget maven apache-ant gradle bash openjdk8 git && \
apk del wget && \
rm -rf /var/cache/apk/* && \
unzip -q android/tools.zip -d android/ && rm android/tools.zip
RUN apk --no-cache --allow-untrusted -X https://apkproxy.herokuapp.com/sgerrand/alpine-pkg-glibc add glibc glibc-bin
RUN echo y | android update sdk -a -u -t platform-tools,${ANDROID_APIS},build-tools-${ANDROID_BUILD_TOOLS_VERSION}
RUN chmod a+x -R $ANDROID_HOME
RUN chown -R root:root $ANDROID_HOME
Expand Down

0 comments on commit 562d948

Please sign in to comment.