Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Sep 29, 2023
1 parent 7721339 commit 34b0699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Niema Moshiri <[email protected]>

# install samtools
RUN apk update && \
apk add autoconf bash bzip2-dev curl-dev g++ git make xz-dev zlib-dev && \
apk add autoconf automake bash bzip2-dev curl-dev g++ git make xz-dev zlib-dev && \
wget -qO- "https://github.com/samtools/htslib/releases/download/1.18/htslib-1.18.tar.bz2" | tar -xj && \
cd htslib-* && autoreconf -i && ./configure && make && make install && cd .. && rm -rf htslib-* && \
git clone https://github.com/niemasd/ViralConsensus.git && \
Expand Down

0 comments on commit 34b0699

Please sign in to comment.