Skip to content

Commit b567ba4

Browse files
committed
Fix apt command in CI
1 parent 8dc4a23 commit b567ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ RUN wget -qO rustup.sh https://sh.rustup.rs && \
4545
cargo install --root / --git https://github.com/jeff-k/merge-mates.git --rev 2fec61363f645e2008a4adff553d098beae21469
4646

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

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

0 commit comments

Comments
 (0)