From 47591eee7487b6640e985a7d896f561b24dc7999 Mon Sep 17 00:00:00 2001 From: Gianmauro Cuccuru Date: Mon, 19 Feb 2024 13:55:16 +0100 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5ab1d7..7c34074 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL io.github.snakemake.containerized="true" LABEL io.github.snakemake.conda_env_hash="f7297458609bceb0462c5a2467a4d166cc341f021f89686883de965a01db8e21" ENV DEBIAN_FRONTEND=noninteractive -RUN apt update && apt install -y build-essential && rm -rf /var/lib/apt/lists/* +RUN apt update && apt install -y build-essential libz-dev && rm -rf /var/lib/apt/lists/* # Step 1: Retrieve conda environments