oss_fuzz_base.include 869 B

123456789101112131415161718192021
  1. # Pinned version of the base image is used to avoid regressions caused
  2. # by rebuilding of this docker image. To see available versions, you can run
  3. # "gcloud container images list-tags gcr.io/oss-fuzz-base/base-builder"
  4. # Image(5eceb81f5759) is built on Jan 31, 2022
  5. FROM gcr.io/oss-fuzz-base/base-builder@sha256:5eceb81f57599d63ca7c9a70c8968b23b128119699626ca749017019eb0b523f
  6. # -------------------------- WARNING --------------------------------------
  7. # If you are making changes to this file, consider changing
  8. # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile
  9. # accordingly.
  10. # -------------------------------------------------------------------------
  11. # Install basic packages
  12. RUN apt-get update && apt-get -y install ${'\\'}
  13. autoconf ${'\\'}
  14. build-essential ${'\\'}
  15. curl ${'\\'}
  16. libtool ${'\\'}
  17. make ${'\\'}
  18. vim ${'\\'}
  19. wget