Skip to content

Commit

Permalink
Fix apt command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 6, 2024
1 parent 8dc4a23 commit b567ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ RUN wget -qO rustup.sh https://sh.rustup.rs && \
cargo install --root / --git https://github.com/jeff-k/merge-mates.git --rev 2fec61363f645e2008a4adff553d098beae21469

## Installing blast
RUN apt-get install -q -y ncbi-blast+ && \
rm -rf /var/lib/apt/lists/*
RUN apt-get install -q -y ncbi-blast+

## bowtie2
RUN wget -q -O bowtie2.zip https://github.com/BenLangmead/bowtie2/releases/download/v2.2.8/bowtie2-2.2.8-linux-x86_64.zip && \
Expand Down

0 comments on commit b567ba4

Please sign in to comment.