install rsync (#3920)

This commit is contained in:
Teju Nareddy 2020-06-02 00:30:14 -04:00 committed by GitHub
parent 4e241e8140
commit bd66ce05ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ RUN apt-get update && apt-get -y install \
libtool \
wget \
golang \
python
python \
rsync
# Install Bazelisk
RUN wget -O /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v0.0.8/bazelisk-linux-amd64; \