diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index 99c9889e4..342adf3b6 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -19,6 +19,8 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake autopoint libtool pkg-config flex byacc RUN git clone --depth 1 https://github.com/libyal/libfplist.git libfplist +RUN git clone --depth 1 https://github.com/libyal/libftxf.git libftxf +RUN git clone --depth 1 https://github.com/libyal/libfusn.git libfusn RUN git clone --depth 1 https://github.com/libyal/libfwnt.git libfwnt RUN git clone --depth 1 https://github.com/libyal/libfwsi.git libfwsi