aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libyal
diff options
context:
space:
mode:
authorGravatar Joachim Metz <joachim.metz@gmail.com>2020-08-05 16:38:52 +0200
committerGravatar GitHub <noreply@github.com>2020-08-05 07:38:52 -0700
commit14c68963e6bb0bb4a87fb7ae93eea2b75449d35c (patch)
treea4b30c8eac262be92b45eaeb0522d6e30ea60765 /projects/libyal
parent3f1d43115ff363ca07994b15ef2fead5d9a9d92e (diff)
Added libftxf and libfusn to libyal project configuration (#4254)
Diffstat (limited to 'projects/libyal')
-rw-r--r--projects/libyal/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile
index 99c9889e..342adf3b 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