Skip to content
Snippets Groups Projects
Verified Commit 3a74e387 authored by Adam Mercer's avatar Adam Mercer
Browse files

use igwn epel snapshot

parent 0bd0b6d8
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -24,9 +24,13 @@ RUN dnf -y install https://repo.opensciencegrid.org/osg/3.6/osg-3.6-el8-release-
RUN dnf -y install \
bash-completion \
epel-release \
igwn-backports-config && \
igwn-backports-config \
igwn-epel-config && \
dnf clean all
# disable upstream epel
RUN dnf config-manager --set-disabled epel
# enable swig4 module
RUN dnf -y module enable swig:4.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment