Skip to content

Commit 4ad8de3

Browse files
authored
🔧 update clusterfuzz docker file to download ozi-core
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent 1a6f976 commit 4ad8de3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.clusterfuzzlite/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Base image with clang toolchain
22
FROM gcr.io/oss-fuzz-base/base-builder:v1
33
# Install required packages to build your project.
4-
4+
RUN pip3 install hypothesis
55
# Copy source code.
6-
COPY . $SRC/ozi
6+
RUN git clone https://github.com/OZI-Project/ozi-core $SRC/ozi-core
77
# Working directory for build.sh.
8-
WORKDIR $SRC/ozi
8+
WORKDIR $SRC/ozi-core
99
# Copy build.sh into $SRC dir.
1010
COPY ./.clusterfuzzlite/build.sh $SRC/

0 commit comments

Comments
 (0)