From adacaaae3c91fe1d0af545bf0921f5f0ca66d1fe Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Mon, 10 Jan 2022 11:21:05 +0100 Subject: [PATCH] Added libphdi to libyal project configuration (#7109) --- projects/libyal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index 1676968ac..5e742056d 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -59,6 +59,7 @@ RUN git clone --depth 1 https://github.com/libyal/libvsmbr.git libvsmbr RUN git clone --depth 1 https://github.com/libyal/libewf.git libewf RUN git clone --depth 1 https://github.com/libyal/libmodi.git libmodi RUN git clone --depth 1 https://github.com/libyal/libodraw.git libodraw +RUN git clone --depth 1 https://github.com/libyal/libphdi.git libphdi RUN git clone --depth 1 https://github.com/libyal/libqcow.git libqcow RUN git clone --depth 1 https://github.com/libyal/libsmraw.git libsmraw RUN git clone --depth 1 https://github.com/libyal/libvhdi.git libvhdi