Skip to content

Commit

Permalink
containerd: move clone instrumentation to oss_fuzz_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalRGurrala committed Jun 18, 2024
1 parent bd6578c commit 30cb190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/containerd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 30cb190

Please sign in to comment.