We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6f976 commit 4ad8de3Copy full SHA for 4ad8de3
1 file changed
.clusterfuzzlite/Dockerfile
@@ -1,10 +1,10 @@
1
# Base image with clang toolchain
2
FROM gcr.io/oss-fuzz-base/base-builder:v1
3
# Install required packages to build your project.
4
-
+RUN pip3 install hypothesis
5
# Copy source code.
6
-COPY . $SRC/ozi
+RUN git clone https://github.com/OZI-Project/ozi-core $SRC/ozi-core
7
# Working directory for build.sh.
8
-WORKDIR $SRC/ozi
+WORKDIR $SRC/ozi-core
9
# Copy build.sh into $SRC dir.
10
COPY ./.clusterfuzzlite/build.sh $SRC/
0 commit comments