From 2f373cbe485b9d6b0988fb5bd6a616edf69e03cc Mon Sep 17 00:00:00 2001 From: Gianmauro Cuccuru Date: Mon, 23 Sep 2024 21:14:15 +0200 Subject: [PATCH] add rsync packahe --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6585748..5f0a177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL io.github.snakemake.containerized="true" LABEL io.github.snakemake.conda_env_hash="baeaa25c333875fb8e8bda73b8af453c2ecc262cf0834542e82d08b3a14abf44" ENV DEBIAN_FRONTEND=noninteractive -RUN apt update && apt install -y build-essential libz-dev && rm -rf /var/lib/apt/lists/* +RUN apt update && apt install -y build-essential libz-dev rsync && rm -rf /var/lib/apt/lists/* # Step 1: Retrieve conda environments