From a42a1bc957f3af2892d1eb3992525ba4f6eecb02 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Mon, 9 Aug 2021 13:33:25 -0700 Subject: [PATCH] [clamav] Fix build (#6187) The instructions for building libclamav-only dependencies changed. The clamav_deps collection is now used for all clamav dependencies. A) We don't need to waste resources building dependencies used only by clamav programs. B) The ncurses static build seems to be failing on this image, which is why the build is broken/needs fixing. --- projects/clamav/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clamav/Dockerfile b/projects/clamav/Dockerfile index 0d4cc0338..629595880 100644 --- a/projects/clamav/Dockerfile +++ b/projects/clamav/Dockerfile @@ -28,7 +28,7 @@ RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-mussels-cookbook.g RUN mkdir /mussels RUN cd ${SRC}/clamav-mussels-cookbook && \ - msl build clamav_deps -t host-static -w /mussels/work -i /mussels/install + msl build libclamav_deps -t host-static -w /mussels/work -i /mussels/install # Collect clamav source & fuzz corpus RUN git clone --depth 1 https://github.com/Cisco-Talos/clamav-devel.git