From 21bd6027ef9ffbc3127077fce8b86b209b615481 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 21:40:29 +0700 Subject: [PATCH] Updated log for download url --- 11/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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`; \