Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Jan 25, 2022
1 parent 97c5dd2 commit f20fadc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ ENV COMANAGE_REGISTRY_EMAIL_ACCOUNT_PASSWORD=BNAp6WlvsI4iXK3ush8pwPD2QKHDYQ09ti+
#ENV SHIBBOLETH_SP_METADATA_PROVIDER_XML=sdf
#ENV SHIBBOLETH_SP_SAMLDS_URL=thing

#temp - override upstream shib SP repo
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/security:shibboleth.repo

RUN yum -y update && yum -y install --setopt=tsflags=nodocs epel-release python-pip && pip install awscli && pip install --upgrade pip

ARG maintainer=my
Expand All @@ -44,7 +47,4 @@ RUN chmod 755 /usr/local/bin/setservername.sh && rm -f /etc/httpd/conf.d/ssl.con
#set hostname
RUN /usr/local/bin/setservername.sh

#temp - override upstream shib SP repo
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/security:shibboleth.repo

ENV LD_LIBRARY_PATH=/opt/shibboleth/lib64

0 comments on commit f20fadc

Please sign in to comment.