Skip to content

Commit

Permalink
add rsync packahe
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Sep 23, 2024
1 parent be3b044 commit 2f373cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f373cb

Please sign in to comment.