Skip to content

Commit

Permalink
testing 4
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Feb 13, 2024
1 parent 8182efa commit d0d3f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ RUN apt update -y \
RUN pip install reana-client==0.9.2

# ESCAPE grid-security and VOMS setup
# RUN wget -q -O - https://dist.eugridpma.info/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3 | apt-key add -
RUN wget -q -O - https://dist.eugridpma.info/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3 | apt-key add -

# RUN apt update \
# && add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' \
# && apt -y install ca-policy-egi-core
RUN apt update \
&& add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' \
&& apt -y install ca-policy-egi-core

RUN mkdir -p /etc/vomses \
&& wget https://indigo-iam.github.io/escape-docs/voms-config/voms-escape.cloud.cnaf.infn.it.vomses -O /etc/vomses/voms-escape.cloud.cnaf.infn.it.vomses \
Expand Down

0 comments on commit d0d3f10

Please sign in to comment.