Skip to content

Commit

Permalink
Add rsync to mongo-sidecar (#4527)
Browse files Browse the repository at this point in the history
Add `rsync`
  • Loading branch information
pavannd1 authored and Ilya Kislenko committed Dec 7, 2018
1 parent c0e7e0a commit afe6057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mv 90forceyes /etc/apt/apt.conf.d/

echo "================= Installing basic packages ==================="
apt-get update && \
apt-get install wget musl-dev python -y
apt-get install wget musl-dev python rsync -y

echo "================= Installing Python packages ==================="
wget --progress=dot:mega https://bootstrap.pypa.io/get-pip.py
Expand Down

0 comments on commit afe6057

Please sign in to comment.