diff --git a/projects/boost/Dockerfile b/projects/boost/Dockerfile index 9812def2a..6134c2227 100644 --- a/projects/boost/Dockerfile +++ b/projects/boost/Dockerfile @@ -23,4 +23,4 @@ WORKDIR boost # The actual build will need to use CXX/CXXFLAGS provided by OSS-Fuzz. RUN ./bootstrap.sh && ./b2 headers # Preferably, move boost_regex_fuzzer.cc to the boost repository. -COPY build.sh boost_regex_fuzzer.cc $SRC/ +COPY build.sh *.cc $SRC/