Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
new sap eula 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Apr 15, 2024
1 parent dd0324b commit f2e592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN apt-get update -yq && \
# ...so that "cf deploy" is available
cf install-plugin multiapps -f && \
# Install SAP Cloud Platform Neo Environment SDK (https://tools.hana.ondemand.com/#cloud)
wget -nv --output-document="$HOME/neo-java-web-sdk.zip" --no-cookies --header "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt" "$NEO_SDK_URL" && \
wget -nv --output-document="$HOME/neo-java-web-sdk.zip" --no-cookies --header "Cookie: eula_3_2_agreed=tools.hana.ondemand.com/developer-license-3_2.txt" "$NEO_SDK_URL" && \
unzip -q -o "$HOME/neo-java-web-sdk.zip" -d "$NEO_SDK_HOME" && \
rm "$HOME/neo-java-web-sdk.zip" && \
# Install mbt / Currently there is a bug in binwrap, so we have to use this workaround ( https://github.com/avh4/binwrap/issues/21 )
Expand Down

0 comments on commit f2e592d

Please sign in to comment.