mirror of https://github.com/google/oss-fuzz.git
install rsync (#3920)
This commit is contained in:
parent
4e241e8140
commit
bd66ce05ce
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue