Skip to content

Commit

Permalink
sdkman issues
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Aug 14, 2024
1 parent ec76946 commit 1058e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sle/Dockerfile.dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ RUN zypper refresh && zypper --non-interactive update && zypper --non-interactiv
&& chmod +x /usr/bin/nuget \
&& rm -rf /usr/lib/mono/nuget \
&& dotnet --list-sdks \
&& mkdir -p $HOME/.sdkman/etc \
&& echo -e "sdkman_auto_answer=true\nsdkman_selfupdate_feature=false\nsdkman_auto_env=true\nsdkman_curl_connect_timeout=60\nsdkman_curl_max_time=0" >> $HOME/.sdkman/etc/config \
&& curl -s "https://get.sdkman.io" | bash \
&& echo -e "sdkman_auto_answer=true\nsdkman_selfupdate_feature=false\nsdkman_auto_env=true\nsdkman_curl_connect_timeout=60\nsdkman_curl_max_time=0" >> $HOME/.sdkman/etc/config \
&& source "$HOME/.sdkman/bin/sdkman-init.sh" \
&& sdk install java $JAVA_VERSION \
&& sdk offline enable \
Expand Down

0 comments on commit 1058e81

Please sign in to comment.