Added libftxf and libfusn to libyal project configuration (#4254)

This commit is contained in:
Joachim Metz 2020-08-05 16:38:52 +02:00 committed by GitHub
parent 3f1d43115f
commit 14c68963e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 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/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/libfwnt.git libfwnt
RUN git clone --depth 1 https://github.com/libyal/libfwsi.git libfwsi RUN git clone --depth 1 https://github.com/libyal/libfwsi.git libfwsi