From 36dcac7243682058d710b3cef1fd5f4b07ef2a71 Mon Sep 17 00:00:00 2001 From: eppinglen Date: Mon, 15 Jan 2018 15:34:32 +0100 Subject: [PATCH] update Dockerfile for SeroBA 1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2317df0..849b744 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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