mirror of https://github.com/google/oss-fuzz.git
containerd: Use custom bug detectors (#8504)
Signed-off-by: AdamKorcz <adam@adalogics.com> Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
2e9efebe95
commit
0a98805261
|
@ -17,5 +17,6 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN apt-get update && apt-get install -y btrfs-progs libc-dev pkg-config libseccomp-dev gcc wget libbtrfs-dev
|
||||
RUN git clone --depth 1 https://github.com/containerd/containerd
|
||||
RUN git clone --depth 1 https://github.com/AdamKorcz/instrumentation
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/containerd
|
||||
|
|
Loading…
Reference in New Issue