From 8e2a59f8dc6f4fa17de4d6e1c0ea4fa008897446 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sun, 2 Aug 2020 16:49:24 +0200 Subject: [PATCH] Corrected error in libyal project configuration (#4246) --- projects/libyal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index c72029cbb..1427b8cec 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -34,7 +34,7 @@ RUN git clone --depth 1 https://github.com/libyal/libscca.git libscca RUN git clone --depth 1 https://github.com/libyal/libfsapfs.git libfsapfs -RUN git clone --depth 1 https://github.com/libyal/libfsapfs.git libbde +RUN git clone --depth 1 https://github.com/libyal/libbde.git libbde RUN git clone --depth 1 https://github.com/libyal/libqcow.git libqcow RUN git clone --depth 1 https://github.com/libyal/libvhdi.git libvhdi