From a8be04b9610e75ecebac6fa67022bcc101ec85e6 Mon Sep 17 00:00:00 2001 From: Slavek Licehammer Date: Mon, 3 Apr 2023 16:44:21 +0200 Subject: [PATCH] Fix location of Azul Zulu repository Azul Zulu repository is now available on https. Using http caused build to fail. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04344be..135655a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM tier/shibboleth_sp:3.3.0_12022021 MAINTAINER info@evolveum.com RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems -RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo +RUN curl -o /etc/yum.repos.d/zulu.repo https://repos.azulsystems.com/rhel/zulu.repo RUN yum -y update RUN yum -y install \ zulu-11 \