This commit is contained in:
Anatolii Zimovskii 2022-05-09 13:58:20 +03:00
parent efd980232b
commit 0c892b8ac4
Signed by: stam
GPG Key ID: AA3A575AB99E8469
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ RUN echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > /usr/lib/android-sdk/licen
##################################################################
#USER root
#RUN export SDKMAN_DIR="/usr/local/sdkman" && curl -s "https://get.sdkman.io?rcupdate=false" | bash
RUN export SDKMAN_DIR="/config/.sdkman" && curl -s "https://get.sdkman.io" | bash
RUN export SDKMAN_DIR="/config/.sdkman" && curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -s "https://get.sdkman.io" | bash
##################################################################
# Gradle

View File

@ -22,7 +22,7 @@ RUN echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > /usr/lib/android-sdk/licen
##################################################################
# SDKMAN
##################################################################
RUN curl -s "http://get.sdkman.io" | bash
RUN curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0" -s "http://get.sdkman.io" | bash
##################################################################
# Gradle