Skip to content

Commit

Permalink
Merge pull request #210 from opensciencegrid/biozit-patch-1
Browse files Browse the repository at this point in the history
adding perl pkgs
  • Loading branch information
matyasselmeci authored Aug 20, 2024
2 parents 9942f18 + 6555cc4 commit 11d4d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensciencegrid/stompclt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LABEL maintainer OSG Software <[email protected]>
RUN yum install -y git perl make cpan && \
yum clean all && \
rm -rf /var/cache/yum/* &&\
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps" PERL_MM_USE_DEFAULT=1 cpan install Authen::Credential Config::General Config::Validator Messaging::Message Net::STOMP::Client Authen::Credential &&\
mkdir /root/st &&\
cd /root/st &&\
git clone https://github.com/cern-mig/stompclt.git &&\
Expand Down

0 comments on commit 11d4d95

Please sign in to comment.