diff --git a/Dockerfile b/Dockerfile index 44d5d61..31da31d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -50,4 +51,4 @@ ENV PATH="${PATH}:/home/runner/.local/bin" USER runner # Used for uploading/downloading artifacts -RUN python3 -m pip install s3cmd \ No newline at end of file +RUN python3 -m pip install s3cmd