Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 2.0.4
sporth committed Oct 22, 2024
1 parent 4e91d40 commit eab822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -9,7 +9,7 @@ COPY bootstrapfiles/shibui-${version}.war.sha256sum .
# && yum -qy install curl cronie supervisor \
# && yum clean all \
# && rm -rf /var/cache/yum
RUN yum -qy install curl supervisor
RUN yum -qy install --setopt=tsflags=nodocs epel-release curl supervisor

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

0 comments on commit eab822c

Please sign in to comment.