From f26f7948e954b8a5055812d538a5c2cd5f2dcaa7 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sun, 2 May 2021 17:51:42 +0200 Subject: [PATCH] Added libvshadow to libyal project configuration (#5698) --- projects/libyal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index c255806e9..3981061af 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -49,6 +49,7 @@ RUN git clone --depth 1 https://github.com/libyal/libfsxfs.git libfsxfs RUN git clone --depth 1 https://github.com/libyal/libbde.git libbde RUN git clone --depth 1 https://github.com/libyal/libluksde.git libluksde RUN git clone --depth 1 https://github.com/libyal/libvsgpt.git libvsgpt +RUN git clone --depth 1 https://github.com/libyal/libvshadow.git libvshadow RUN git clone --depth 1 https://github.com/libyal/libvslvm.git libvslvm RUN git clone --depth 1 https://github.com/libyal/libvsmbr.git libvsmbr