Skip to content

Commit

Permalink
add rsync to the container
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Apr 13, 2024
1 parent dc30c8b commit c4e77d1
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="1284763b652aae190bedccdf7682471d096434a157059bdedbaca9c3459f12cf"

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 c4e77d1

Please sign in to comment.