Updated log for download url

This commit is contained in:
Sambo Chea 2021-07-14 21:40:29 +07:00
parent a97a916c68
commit 21bd6027ef

View File

@ -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`; \