aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/expat/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/expat/Dockerfile')
-rw-r--r--projects/expat/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/expat/Dockerfile b/projects/expat/Dockerfile
index d3499e7e..64efafff 100644
--- a/projects/expat/Dockerfile
+++ b/projects/expat/Dockerfile
@@ -16,8 +16,8 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER mike.aizatsky@gmail.com
-RUN apt-get update && apt-get install -y make autoconf automake libtool docbook2x
+RUN apt-get update && apt-get install -y make autoconf automake libtool docbook2x cmake
RUN git clone --depth 1 https://github.com/libexpat/libexpat expat
WORKDIR expat
-COPY build.sh parse_fuzzer.* *.dict $SRC/
+COPY build.sh *.dict $SRC/