From 64a62c259c4362960b8135bf13b1832bf1e4423c Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TheSecEng@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:52:01 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdf50050ca..0e3fc255f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,6 @@ RUN apk add --no-cache \ -DENABLE_STATIC_LIB=OFF && \ make DESTDIR="/clamav" -j$(($(nproc) - 1)) install && \ rm -r \ - "/clamav/usr/include" \ "/clamav/usr/lib/pkgconfig/" \ && \ sed -e "s|^\(Example\)|\# \1|" \