diff --git a/11/Dockerfile b/11/Dockerfile index 9f91b32..83ee5ff 100644 --- a/11/Dockerfile +++ b/11/Dockerfile @@ -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`; \