Skip to content

Commit

Permalink
Update p9 fuzzer (google#7572)
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
  • Loading branch information
rminnich authored and MartinPetkov committed Aug 15, 2022
1 parent 4af7d4d commit 1849171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/p9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
MAINTAINER s@sevki.org

RUN go get -v -u github.com/hugelgupf/p9/...
RUN git clone --depth 1 https://github.com/hugelgupf/p9

WORKDIR /root/go/src/github.com/hugelgupf/p9
WORKDIR $SRC/p9

COPY build.sh $SRC/

0 comments on commit 1849171

Please sign in to comment.