Commit 08717818 authored by Valentin Vautrot's avatar Valentin Vautrot

Add installation of openssl10 for libcrypto.so.10 in python singularity image

parent 01ba0654
......@@ -33,7 +33,7 @@ dnf update -y --exclude=filesystem
# filesystem packages updates poses problems by tempering with /proc, which is supposed to be owned by root, but is not in the .sif image
dnf remove -y python3 && dnf autoremove
dnf install -y python39 git-2.27.0-1.el8.x86_64
dnf install -y python39 git-2.27.0-1.el8.x86_64 compat-openssl10.x86_64
# install custom gapipeline packages
git clone --branch ${GAD_VERSION} http://gitlab.gad-bioinfo.org/gad/gadpipeline.git /data/gadpipeline/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment