mirror of https://github.com/google/oss-fuzz.git
Update templates.py
This commit is contained in:
parent
330386686d
commit
7def2fceda
|
@ -38,7 +38,7 @@ DOCKER_TEMPLATE = """\
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER your@email.com
|
||||
RUN apt-get install -y make autoconf automake libtool
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN git clone --depth 1 <git_url> %(project_name)s # or use other version control
|
||||
WORKDIR %(project_name)s
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue