We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd50a3 commit abd76cbCopy full SHA for abd76cb
android/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get install -y ruby wget libxdamage1 libgl1-mesa-glx libpulse0 locales u
7
8
RUN mkdir /opt/android-sdk-linux && \
9
cd /opt/android-sdk-linux && \
10
- wget --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip && \
+ wget --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip && \
11
unzip android-sdk.zip && \
12
rm -f android-sdk.zip && \
13
mkdir cmdline-tools/latest && \
0 commit comments