Skip to content

Commit

Permalink
Additionally, fix dev container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Aug 7, 2024
1 parent cebf8c4 commit f237df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN yum install -y yum-utils createrepo https://repo.opensciencegrid.org/osg/23-
yum install -y rpm-build && \
mkdir -p /usr/local/src/rpmbuild/SRPMS && \
cd /usr/local/src/rpmbuild/SRPMS && \
yumdownloader --source xrootd --disablerepo=\* --enablerepo=osg-development-source && \
yumdownloader --source xrootd --disablerepo=\* --enablerepo=osg-source && \
yum-builddep -y xrootd-*.osg*.src.rpm && \
rpmbuild --define 'osg 1' \
--define 'dist .osg.el9' \
Expand Down

0 comments on commit f237df1

Please sign in to comment.