diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile index 7ae42468b..f7ba7a33e 100644 --- a/projects/containerd/Dockerfile +++ b/projects/containerd/Dockerfile @@ -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