From c316115b0219d41109e6739cccf6924b701c28c3 Mon Sep 17 00:00:00 2001 From: Sean Porth Date: Tue, 22 Oct 2024 10:18:50 -0400 Subject: [PATCH] release 2.0.4 --- Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2310fa..86fd72e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,12 @@ ARG version=2.0.4 COPY bootstrapfiles/shibui-${version}.war.sha256sum . -RUN yum -q -qy update \ - && yum -qy install --setopt=tsflags=nodocs epel-release \ - && yum -qy install curl cronie supervisor \ - && yum clean all \ - && rm -rf /var/cache/yum +#RUN yum -q -qy update \ +# && yum -qy install --setopt=tsflags=nodocs epel-release \ +# && yum -qy install curl cronie supervisor \ +# && yum clean all \ +# && rm -rf /var/cache/yum +RUN yum -qy install curl supervisord RUN curl https://github.internet2.edu/TIER/shib-idp-ui/releases/download/v${version}/shibui-${version}.war \ && sha256sum -c shibui-${version}.war.sha256sum && mv shibui-${version}.war shibui.war