mirror of https://github.com/google/oss-fuzz.git
fix Dockerfile COPY command (#6757)
This commit is contained in:
parent
d92411cd2d
commit
176e32b9c0
|
@ -49,7 +49,7 @@ COPY build.sh $SRC/
|
|||
EXTERNAL_DOCKER_TEMPLATE = """\
|
||||
FROM gcr.io/oss-fuzz-base/%(base_builder)s:v1
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN COPY . $SRC/%(project_name)s
|
||||
COPY . $SRC/%(project_name)s
|
||||
WORKDIR %(project_name)s
|
||||
COPY .clusterfuzzlite/build.sh $SRC/
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue