Add libcurl to permenent dependencies for HTSlib

julia_bam-readcounts
parent 0362a4b037
commit 9a0114a0c5
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -3,7 +3,7 @@ From: default/alpine:3.14.0
%post %post
# Get the actual dependencies # Get the actual dependencies
apk add --no-cache zlib bash apk add --no-cache zlib bash libcurl
# Get the build dependencies # Get the build dependencies
apk add --no-cache --virtual .build-deps musl-dev g++ make zlib-dev bzip2-dev xz-dev curl-dev apk add --no-cache --virtual .build-deps musl-dev g++ make zlib-dev bzip2-dev xz-dev curl-dev
@ -42,7 +42,7 @@ From: default/alpine:3.14.0
%labels %labels
Author 25492070+MillironX@users.noreply.github.com Author 25492070+MillironX@users.noreply.github.com
SoftwareVersion 1.13 SoftwareVersion 1.13
SingularityDefinitionVersion 1 SingularityDefinitionVersion 2
%help %help
HTSlib HTSlib

Loading…
Cancel
Save