Skip to content

Commit

Permalink
distribution: fix broken build (#12860)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz authored Dec 17, 2024
1 parent 6ee5336 commit 548d17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/distribution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --depth 1 https://github.com/distribution/distribution
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
RUN git clone --depth 1 https://github.com/AdamKorcz/go-118-fuzz-build --branch=november-backup
COPY build.sh $SRC/
WORKDIR $SRC/distribution

0 comments on commit 548d17a

Please sign in to comment.