# Pinned version of the base image is used to avoid regressions caused # by rebuilding of this docker image. To see available versions, you can run # "gcloud container images list-tags gcr.io/oss-fuzz-base/base-builder" # Image(fd89316ac4c5) is built on Aug 17, 2023 FROM gcr.io/oss-fuzz-base/base-builder@sha256:fd89316ac4c5f3e25802ca95a00062cece14f0602c5512d71ffeedc22734c0b9 # -------------------------- WARNING -------------------------------------- # If you are making changes to this file, consider changing # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile # accordingly. # ------------------------------------------------------------------------- # Install basic packages RUN apt-get update && apt-get -y install ${'\\'} autoconf ${'\\'} build-essential ${'\\'} curl ${'\\'} libtool ${'\\'} make ${'\\'} vim ${'\\'} wget