Skip to content

Commit 65d1873

Browse files
authored
Update Dockerfile.2023.11.3
1 parent 2a7e8f3 commit 65d1873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.2023.11.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN echo $PATH
1919
ENV ANDROID_SDK_ROOT=/root/Android/Sdk
2020
ENV PATH=$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin
2121
ENV PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
22+
ENV PATH=$PATH:$(go env GOPATH)/bin
2223
RUN cat ~/.bashrc
2324
RUN . /root/.bashrc
2425
RUN echo $PATH
25-
#RUN . ~/.bashrc
2626
##
2727
RUN ls -l /root/Android/Sdk/cmdline-tools/latest/bin
2828
RUN yes | /root/Android/Sdk/cmdline-tools/latest/bin/sdkmanager --licenses

0 commit comments

Comments
 (0)