Skip to content

Commit

Permalink
Merge pull request #121 from matyasselmeci/pr/perl-filetest
Browse files Browse the repository at this point in the history
Install the 'perl(filetest)' dependency, needed for osg-ca-scripts
  • Loading branch information
brianhlin authored Aug 7, 2024
2 parents 57ed76f + f97c0b0 commit aa58c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosted-ce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ LABEL name "hosted-ce"
ARG BASE_YUM_REPO=release

RUN if [[ $BASE_YUM_REPO == 'release' ]]; then \
yum install -y --enablerepo=osg-upcoming-testing osg-ce-bosco htcondor-ce-view; \
yum install -y --enablerepo=osg-upcoming-testing osg-ce-bosco htcondor-ce-view 'perl(filetest)'; \
else \
yum install -y osg-ce-bosco htcondor-ce-view; \
yum install -y osg-ce-bosco htcondor-ce-view 'perl(filetest)'; \
fi && \
rm -rf /var/cache/yum/

Expand Down

0 comments on commit aa58c27

Please sign in to comment.