diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile index e3626f7600c1..934e8c18acdf 100644 --- a/projects/containerd/Dockerfile +++ b/projects/containerd/Dockerfile @@ -17,6 +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 +#RUN git clone --depth=1 https://github.com/AdamKorcz/instrumentation COPY build.sh $SRC/ WORKDIR $SRC/containerd