Skip to content
Snippets Groups Projects
Commit 83063cac authored by Adrien Béraud's avatar Adrien Béraud
Browse files

docker: update command line tools

Change-Id: If5befed3555b2f16923210f18203af99ff552383
parent d38f525d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN echo "prefer-family = IPv6" >> /etc/wgetrc
ENV ANDROID_HOME=/opt/android-sdk
ENV ANDROID_SDK_ROOT=${ANDROID_HOME}
RUN wget -O /tmp/android-tools.zip https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip && \
RUN wget -O /tmp/android-tools.zip https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip && \
mkdir -p ${ANDROID_HOME} && \
unzip -q -d ${ANDROID_HOME} /tmp/android-tools.zip && \
rm -f /tmp/android-tools.zip && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment