You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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"
|
|
|
|
# This base image is built on Mar 12, 2024
|
|
|
|
FROM gcr.io/oss-fuzz-base/base-builder@sha256:c3581153788bc49f3634fec3cd36a5d6dfd26632c4afc157fb6faf8ce3af732e
|
|
|
|
|
|
|
|
# -------------------------- 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
|