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