Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 22, 2022
1 parent 8da773e commit 1f8ad98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM rockylinux:8.6
#FROM --platform=$TARGETPLATFORM rockylinux:8.6
FROM --platform=$TARGETPLATFORM rockylinux:8.6

# Define args and set a default value
ARG maintainer=tier
Expand All @@ -25,7 +24,7 @@ RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=

#install shibboleth, cleanup httpd
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/security:shibboleth.repo
RUN yum -y install shibboleth.x86_64 \
RUN yum -y install shibboleth \
&& yum clean all \
&& rm /etc/httpd/conf.d/autoindex.conf \
&& rm /etc/httpd/conf.d/userdir.conf \
Expand Down

0 comments on commit 1f8ad98

Please sign in to comment.