We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ccafe commit 73a2da6Copy full SHA for 73a2da6
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && \
20
# Set up Android SDK
21
RUN mkdir -p /opt/android-sdk/cmdline-tools && \
22
cd /opt/android-sdk/cmdline-tools && \
23
- wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O cmdline-tools.zip && \
+ wget https://dl.google.com/android/repository/commandlinetools-linux-13114758_latest.zip -O cmdline-tools.zip && \
24
unzip cmdline-tools.zip -d latest && \
25
rm cmdline-tools.zip && \
26
mv latest/cmdline-tools/* latest/ || true && \
0 commit comments