From 25fa0a6192c5dca6c9ba25c67fa92ecb091f5deb Mon Sep 17 00:00:00 2001 From: Bertrand Date: Mon, 2 May 2022 15:48:49 +0200 Subject: [PATCH] fix dockerfile there is some problem with ubuntu docker and biopython installation with pip so install biopython via apt-get --- docker/Dockerfile.2.0.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.2.0.2 b/docker/Dockerfile.2.0.2 index 05d579d..738a67e 100644 --- a/docker/Dockerfile.2.0.2 +++ b/docker/Dockerfile.2.0.2 @@ -12,7 +12,7 @@ LABEL publications="https://doi.org/10.3390/microorganisms10040700" ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update -y &&\ - apt-get install -y --no-install-recommends python3 python3-pip git hmmer infernal prodigal &&\ + apt-get install -y --no-install-recommends python3 python3-pip hmmer infernal prodigal python3-biopython &&\ apt-get clean -y RUN pip3 install integron_finder==2.0.2