diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile index f7ba7a33e..bed8404e0 100644 --- a/projects/containerd/Dockerfile +++ b/projects/containerd/Dockerfile @@ -17,6 +17,8 @@ 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 https://github.com/AdamKorcz/instrumentation \ + && cd $SRC/instrumentation \ + && git checkout cca41747087a403a1dfcbdf064e52d3e073d174f COPY build.sh $SRC/ WORKDIR $SRC/containerd