Update templates.py

This commit is contained in:
Kostya Serebryany 2017-05-01 23:32:10 -07:00 committed by GitHub
parent 330386686d
commit 7def2fceda
1 changed files with 1 additions and 1 deletions

View File

@ -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/