summaryrefslogtreecommitdiffstats
path: root/.clusterfuzzlite/Dockerfile
blob: 86aa0489f753216fc5dd35575e30b1f649a0ccbc (plain)
1
2
3
4
5
FROM gcr.io/oss-fuzz-base/base-builder:v1
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config
COPY . $SRC/nghttp3
WORKDIR nghttp3
COPY .clusterfuzzlite/build.sh $SRC/