Skip to content

Commit

Permalink
Install rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Jan 26, 2024
1 parent ba5a4a5 commit 98f05d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update -y \
wget \
jq \
python3-pip \
rsync \
&& rm -rf /var/lib/apt/lists/*

# Download latest git-lfs version
Expand All @@ -50,4 +51,4 @@ ENV PATH="${PATH}:/home/runner/.local/bin"
USER runner

# Used for uploading/downloading artifacts
RUN python3 -m pip install s3cmd
RUN python3 -m pip install s3cmd

0 comments on commit 98f05d1

Please sign in to comment.