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 415e7e7 commit 3fd9c6b
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 @@ -33,7 +33,7 @@ RUN mkdir -p $ANDROID_SDK_ROOT/cmdline-tools/latest && \


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

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

0 comments on commit 3fd9c6b

Please sign in to comment.