Skip to content

Commit 95714db

Browse files
Missed a spot
1 parent edfd4b3 commit 95714db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ RUN \
1818
yum makecache && \
1919
log "Updating OS" && time \
2020
yum distro-sync -y && \
21-
if [[ $OSG_RELEASE =~ ^[0-9][0-9]$ ]]; then \
22-
OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm; \
23-
else \
24-
OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}/osg-${OSG_RELEASE}-el${DVER}-release-latest.rpm; \
25-
fi && \
21+
OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \
2622
log "Installing EPEL/OSG repo packages" && time \
2723
yum -y install $OSG_URL \
2824
epel-release \

0 commit comments

Comments
 (0)