Skip to content

Commit

Permalink
release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Oct 22, 2024
1 parent eab822c commit 751d9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ COPY bootstrapfiles/shibui-${version}.war.sha256sum .
# && yum -qy install curl cronie supervisor \
# && yum clean all \
# && rm -rf /var/cache/yum
RUN yum -qy install --setopt=tsflags=nodocs epel-release curl supervisor
RUN yum -qy install --setopt=tsflags=nodocs epel-release \
&& yum install -qy 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
Expand Down

0 comments on commit 751d9e0

Please sign in to comment.