Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdanishirfan committed May 10, 2024
1 parent a105477 commit 3dcb22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV PATH="$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin:$ANDROID_SDK_ROOT/pla
RUN mkdir -p $ANDROID_SDK_ROOT && \
cd $ANDROID_SDK_ROOT && \
curl -o sdk-tools-linux.zip "https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS_VERSION}_latest.zip" && \
unzip sdk-tools-linux.zip -d commandline-tools/latest/bin && \
unzip sdk-tools-linux.zip -d cmdline-tools/latest/bin && \
rm sdk-tools-linux.zip


Expand Down

0 comments on commit 3dcb22a

Please sign in to comment.