aboutsummaryrefslogtreecommitdiff
path: root/projects/grpc/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/grpc/Dockerfile')
-rw-r--r--projects/grpc/Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/projects/grpc/Dockerfile b/projects/grpc/Dockerfile
index 69f44b2f0..6d2a31074 100644
--- a/projects/grpc/Dockerfile
+++ b/projects/grpc/Dockerfile
@@ -14,9 +14,7 @@
#
################################################################################
-# TODO(https://github.com/google/oss-fuzz/issues/3093): Stop specifying the
-# image SHA once the bug is fixed.
-FROM gcr.io/oss-fuzz-base/base-builder@sha256:276813aef0ce5972db43c0230f96162003994fa742fb1b2f4e66c67498575c65
+FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y software-properties-common python-software-properties
RUN add-apt-repository ppa:webupd8team/java
@@ -27,7 +25,8 @@ RUN apt-get update && apt-get -y install \
make \
curl \
autoconf \
- libtool
+ libtool \
+ rsync
# Install dependencies