From 77b823c8afe8fa2f5c83d268fc2efa915e808296 Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Tue, 13 Feb 2024 09:14:50 +0100 Subject: [PATCH] testing 4 --- vre-singleuser-py311/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vre-singleuser-py311/Dockerfile b/vre-singleuser-py311/Dockerfile index f38990f..2f66c48 100644 --- a/vre-singleuser-py311/Dockerfile +++ b/vre-singleuser-py311/Dockerfile @@ -131,7 +131,7 @@ 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' \