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 3fd9c6b commit c917fca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ ENV PATH="$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin:$ANDROID_SDK_ROOT/pla
RUN mkdir -p $ANDROID_SDK_ROOT/cmdline-tools/latest && \
cd $ANDROID_SDK_ROOT/cmdline-tools/latest && \
wget --quiet --output-document=sdk-tools.zip \
"https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS_VERSION}_latest.zip"
"https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS_VERSION}_latest.zip" && \
unzip -q sdk-tools.zip


# Print the contents of the bin directory
RUN ls -l $ANDROID_SDK_ROOT/cmdline-tools/latest
RUN ls -l $ANDROID_SDK_ROOT/cmdline-tools/latest/bin

# Create necessary directory structure for the Android SDK
RUN mkdir -p "$ANDROID_HOME" && \
Expand Down

0 comments on commit c917fca

Please sign in to comment.