Updated log for download url
This commit is contained in:
parent
a97a916c68
commit
21bd6027ef
@ -81,6 +81,7 @@ RUN set -eux; \
|
||||
exit 1; \
|
||||
;; \
|
||||
esac; \
|
||||
echo "OpenJDK Download from: ${BINARY_URL}"; \
|
||||
curl -LfsSo /tmp/openjdk.tar.gz ${BINARY_URL}; \
|
||||
curl -LfsSo /tmp/openjdk.tar.gz.sha256.txt ${BINARY_URL}.sha256.txt; \
|
||||
ESUM=`cat /tmp/openjdk.tar.gz.sha256.txt`; \
|
||||
|
Loading…
Reference in New Issue
Block a user