mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-12-04 06:19:55 +00:00
Add libcurl to permenent dependencies for HTSlib
This commit is contained in:
parent
0362a4b037
commit
9a0114a0c5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue