Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix location of Azul Zulu repository
Azul Zulu repository is now available on https. Using http caused build
to fail.
  • Loading branch information
Slavek Licehammer committed Apr 3, 2023
1 parent b311ae7 commit a8be04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 \

0 comments on commit a8be04b

Please sign in to comment.