From d2f4215cbe48a274e9cfc21f1b3328fb65f7d907 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Fri, 21 Jun 2024 11:11:57 +0100 Subject: [PATCH] add branch back in so the dev dockerfile on dockerhub works --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ae58d8..065d20d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update -y && \ apt-get clean && apt-get autoclean # copy in piranha -RUN git clone https://github.com/polio-nanopore/piranha.git && \ +RUN git clone -b dev https://github.com/polio-nanopore/piranha.git && \ cd /data/piranha && \ mamba install conda -n base -c conda-forge -c defaults -c bioconda && \ mamba env create -f /data/piranha/environment.yml