Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 28, 2024
1 parent fb9683e commit 06ec136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo "export ANDROID_SDK_ROOT=/root/Android/Sdk" >> ~/.bashrc
RUN echo "export PATH=${PATH}:/root/Android/Sdk/cmdline-tools/latest/bin" >> ~/.bashrc
RUN echo "export PATH=${PATH}:/root/Android/Sdk/platform-tools" >> ~/.bashrc
RUN cat ~/.bashrc
RUN source /root/.bashrc
RUN . /root/.bashrc
RUN echo $PATH
#RUN . ~/.bashrc
##
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
#RUN echo "export PATH=${PATH}:/root/Android/Sdk/cmdline-tools/latest/bin" >> ~/.bashrc
#RUN echo "export PATH=${PATH}:/root/Android/Sdk/platform-tools" >> ~/.bashrc
RUN cat ~/.bashrc
RUN source /root/.bashrc
RUN . /root/.bashrc
#
RUN echo $PATH
#RUN . ~/.bashrc
Expand Down

0 comments on commit 06ec136

Please sign in to comment.