Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Jun 28, 2024
1 parent d7f12c4 commit 60f6e2c
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 @@ -2,7 +2,7 @@
FROM alpine:3.13.5
MAINTAINER Niema Moshiri <[email protected]>

# install samtools
# install ViralConsensus
RUN apk update && \
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 && \
Expand Down

0 comments on commit 60f6e2c

Please sign in to comment.