aboutsummaryrefslogtreecommitdiff
path: root/projects/libyal
diff options
context:
space:
mode:
authorJoachim Metz <joachim.metz@gmail.com>2020-07-21 08:03:52 +0200
committerGitHub <noreply@github.com>2020-07-20 23:03:52 -0700
commit4e96fea71c54cd8ec66afb9fe280abb004b94f83 (patch)
treef622dacd624709bcfdbca634fa8253682d8426a9 /projects/libyal
parentb4e48c0d3bbb99c066d5072c12a364a3bc057cb1 (diff)
downloadoss-fuzz-4e96fea71c54cd8ec66afb9fe280abb004b94f83.tar.gz
Added libfwnt, libfwsi, libolecf and libscca to libyal project configuration (#4171)
Diffstat (limited to 'projects/libyal')
-rw-r--r--projects/libyal/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile
index 8420550c5..c691cd34d 100644
--- a/projects/libyal/Dockerfile
+++ b/projects/libyal/Dockerfile
@@ -18,13 +18,18 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake autopoint libtool pkg-config
+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/libesedb.git libesedb
RUN git clone --depth 1 https://github.com/libyal/libevt.git libevt
RUN git clone --depth 1 https://github.com/libyal/libevtx.git libevtx
RUN git clone --depth 1 https://github.com/libyal/libexe.git libexe
RUN git clone --depth 1 https://github.com/libyal/liblnk.git liblnk
RUN git clone --depth 1 https://github.com/libyal/libmsiecf.git libmsiecf
+RUN git clone --depth 1 https://github.com/libyal/libolecf.git libolecf
RUN git clone --depth 1 https://github.com/libyal/libregf.git libregf
+RUN git clone --depth 1 https://github.com/libyal/libscca.git libscca
WORKDIR libyal
COPY build.sh $SRC/