Skip to content

Commit

Permalink
fix(docker): do not use special branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Mar 21, 2022
1 parent 173940e commit 6753d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/toolkit-mob-suite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ENV VERSION=3.0.3
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
apt update && apt install wget git python3-pip -y && \
git clone -b ${VERSION} https://github.com/phac-nml/mob-suite.git && \
cd mob-suite && git checkout mob-3.0.3 && cd .. && \
apt install libcurl4-openssl-dev libssl-dev -y && \
pip3 install Cython numpy && \
apt install mash ncbi-blast+ -y && \
Expand Down

0 comments on commit 6753d2d

Please sign in to comment.