Skip to content

Commit

Permalink
clusterfuzzlite: fix build.
Browse files Browse the repository at this point in the history
Signed-off-by: Sepehrdad Sh <26747519+sepehrdaddev@users.noreply.github.com>
  • Loading branch information
sepehrdaddev committed Dec 8, 2023
1 parent f4d6b1f commit b3340ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder-go

RUN git clone --depth=1 https://github.com/zalando/skipper.git

COPY build.sh $SRC/
COPY ./.clusterfuzzlite/build.sh $SRC/

WORKDIR $SRC/skipper

0 comments on commit b3340ec

Please sign in to comment.