Update build and setup configuration to use HTTPS

See gh-16106
This commit is contained in:
Spring Operator
2019-03-05 23:48:47 -06:00
committed by Andy Wilkinson
parent ce9626d00f
commit c9c554b834
8 changed files with 22 additions and 22 deletions

View File

@@ -4,6 +4,6 @@ RUN yum install -y wget && \
yum install -y system-config-services && \
yum install -y curl && \
wget --output-document jdk.rpm \
http://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
yum --nogpg localinstall -y jdk.rpm && \
rm -f jdk.rpm