Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed May 31, 2023
1 parent ff65671 commit fe31335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity/icf.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe31335

Please sign in to comment.