Skip to content

Commit

Permalink
Merge pull request #25 from devsibwarra/patch-1
Browse files Browse the repository at this point in the history
Add rsync tool
  • Loading branch information
mrrobot47 authored Apr 23, 2020
2 parents 20f2880 + 4cc2149 commit 30640fd
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 @@ -29,7 +29,8 @@ RUN apk update \
jq \
ca-certificates \
python \
py2-pip && \
py2-pip \
rsync && \
pip install shyaml && \
rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 30640fd

Please sign in to comment.