Skip to content

Commit

Permalink
Optimize docker commands order
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 25, 2024
1 parent 0fc57ce commit beaf35d
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 @@ -85,10 +85,10 @@ RUN apt-get install -q -y zlib1g-dev libncurses5-dev libncursesw5-dev && \

## Install dependencies for genetracks/drawsvg
RUN apt-get install -q -y libcairo2-dev
RUN pip install --upgrade pip

COPY . /opt/micall/

RUN pip install --upgrade pip
RUN pip install /opt/micall[basespace]
RUN micall make_blast_db

Expand Down

0 comments on commit beaf35d

Please sign in to comment.