Skip to content

Commit

Permalink
update Dockerfile for SeroBA 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eppinglen committed Jan 15, 2018
1 parent 3e8790f commit 36dcac7
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 @@ -3,7 +3,7 @@
FROM debian:testing

# Install the dependancies
RUN apt-get update -qq && apt-get install -y ariba python3-pip
RUN apt-get update -qq && apt-get install -y ariba python3-pip git wget unzip zlib1g-dev

# Get the latest code from github and install
RUN git clone https://github.com/sanger-pathogens/ariba.git && cd ariba && python3 setup.py install
Expand Down

0 comments on commit 36dcac7

Please sign in to comment.