Skip to content

Commit

Permalink
RUN source ~/.bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 28, 2024
1 parent a1473f8 commit 098aa98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN echo "export ANDPATH=$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin" >> ~/
RUN echo "export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools" >> ~/.bashrc
RUN cat ~/.bashrc
RUN echo $PATH
RUN source ~/.bashrc
##
RUN sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0"
#
1 change: 1 addition & 0 deletions Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN echo "export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools" >> ~/.bashrc
RUN cat ~/.bashrc
#
RUN echo $PATH
RUN source ~/.bashrc
##
RUN sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0"
#

0 comments on commit 098aa98

Please sign in to comment.