From 96a098b9a171b5eede3ce8c37f8cea163856e8af Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Fri, 5 Aug 2022 22:52:27 +0200 Subject: [PATCH] Added libfmos to libyal project configuration (#8168) --- projects/libyal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index 5e742056d..6211b7ea1 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -18,6 +18,7 @@ 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/libfmos.git libfmos 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