diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 6f96d0f2e..e3d2177da 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -66,7 +66,7 @@ Example: [boringssl](https://github.com/google/oss-fuzz/blob/master/projects/bor This file defines the Docker image definition. This is where the build.sh script will be executed in. It is very simple for most projects: ```docker -FROM gcr.io/oss-fuzz-base/base-builder # base image with clang toolchain +FROM gcr.io/oss-fuzz-base/base-builder # base image with clang toolchain MAINTAINER YOUR_EMAIL # maintainer for this file RUN apt-get install -y ... # install required packages to build your project RUN git clone # checkout all sources needed to build your project