mirror of https://github.com/google/oss-fuzz.git
Fix Dockerfile template (fixes #476)
This commit is contained in:
parent
79ff870d30
commit
0b75ba81bd
|
@ -41,7 +41,7 @@ MAINTAINER your@email.com
|
|||
RUN 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/
|
||||
COPY build.sh $SRC/
|
||||
"""
|
||||
|
||||
BUILD_TEMPLATE = """\
|
||||
|
|
Loading…
Reference in New Issue