From fe3133546b454fe4949349b28b28e6768f8d2b08 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Wed, 31 May 2023 22:02:01 +0200 Subject: [PATCH] improve comment --- singularity/icf.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity/icf.def b/singularity/icf.def index fb1a9d6..d4dfb66 100644 --- a/singularity/icf.def +++ b/singularity/icf.def @@ -27,7 +27,7 @@ From: debian:bookworm-slim git clone -b enh-ci-https https://github.com/christian-monch/inm-icf-utilities.git /inm-icf-utils # and the inm-icf-utilities dependencies python3 -m pip install --break-system-packages -r /inm-icf-utils/requirements-devel.txt - # add the test CA + # add the test CA to certifi to allow 'requests' to work with the ssl-server cat /inm-icf-utils/.appveyor/data/INM-ICF-TestCA.crt >> $(python3 -c "import certifi; print(certifi.where())") # enable "next" extension for patching datalad core, done inside the image, not # for a particular user