Skip to content

Commit

Permalink
Merge pull request #316 from bari12/fts_cron_rpm_update
Browse files Browse the repository at this point in the history
Update voms rpms
  • Loading branch information
labkode committed May 22, 2024
2 parents e75e719 + 5e83aa5 commit d83ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fts-cron/Dockerfile_cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN chmod +x /usr/bin/kubectl

# Install VOMS and FTS clients for delegating proxies
RUN yum -y install ca-certificates.noarch lcg-CA ca_* fetch-crl voms-clients-cpp fts-rest-cli \
wlcg-voms-cms wlcg-voms-atlas \
wlcg-iam-lsc-atlas wlcg-iam-vomses-atlas wlcg-voms-atlas wlcg-iam-lsc-cms wlcg-iam-vomses-cms wlcg-voms-cms \
python-pip python-setuptools python-requests && \
yum clean all && \
rm -rf /var/cache/yum
Expand Down
2 changes: 1 addition & 1 deletion fts-cron/Dockerfile_java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN chmod +x /usr/bin/kubectl

# Install VOMS and FTS clients for delegating proxies
RUN yum -y install ca-certificates.noarch lcg-CA ca_* fetch-crl voms-clients-java fts-rest-cli \
wlcg-voms-cms wlcg-voms-atlas \
wlcg-iam-lsc-atlas wlcg-iam-vomses-atlas wlcg-voms-atlas wlcg-iam-lsc-cms wlcg-iam-vomses-cms wlcg-voms-cms \
python-pip python-setuptools python-requests && \
yum clean all && \
rm -rf /var/cache/yum
Expand Down

0 comments on commit d83ff6e

Please sign in to comment.