clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

* clamd: update to 1.4.2 + build from source instead using alpine packages

* clamd: remove exposed ports from buildfile

* clamd: cleanup dockerfile
This commit is contained in:
DerLinkman
2025-01-29 09:49:04 +01:00
committed by GitHub
parent ba0349a911
commit f92ddd86c5
3 changed files with 93 additions and 7 deletions
+1
View File
@@ -91,6 +91,7 @@ done
) &
BACKGROUND_TASKS+=($!)
echo "$(clamd -V) is starting... please wait a moment."
nice -n10 clamd &
BACKGROUND_TASKS+=($!)