Skip to content

Commit

Permalink
add ca-certificates to htslib
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsakcj committed Aug 14, 2023
1 parent 0c65218 commit cf98cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htslib/1.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libbz2-dev \
liblzma-dev \
libcurl4-gnutls-dev \
ca-certificates \
&& apt-get autoclean && rm -rf /var/lib/apt/lists/*

# copy in htslib executables from builder stage
Expand Down

0 comments on commit cf98cd9

Please sign in to comment.