Skip to content

Commit

Permalink
Merge pull request #1 from laradji/add_rsync
Browse files Browse the repository at this point in the history
Add rsync Support
  • Loading branch information
ebarault authored Nov 18, 2019
2 parents 3272c6f + e3e765a commit c7ecfc3
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 @@ -20,7 +20,7 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y --no-install-recommends \
wget curl git openssh-client jq python python-dev build-essential make \
ca-certificates tar gzip zip unzip bzip2 gettext-base && \
ca-certificates tar gzip zip unzip bzip2 gettext-base rsync && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

Expand Down

0 comments on commit c7ecfc3

Please sign in to comment.