| # 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(a4ad7a70fe10) is built on Apr 19, 2023 |
| FROM gcr.io/oss-fuzz-base/base-builder@sha256:a4ad7a70fe10674c880ca8618a564860114a31dcdd6f9896aac89f0b2f86112a |
| |
| # -------------------------- 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 |