From fbc8fb7ecb79b49d9c142d9e51532dfcec40bc7a Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Wed, 3 May 2023 08:37:00 +0000 Subject: [PATCH] Optimized CLAMAV Builds to match exact version instead of Repo --- data/Dockerfiles/clamd/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/Dockerfiles/clamd/Dockerfile b/data/Dockerfiles/clamd/Dockerfile index 3aebff433..8e107516b 100644 --- a/data/Dockerfiles/clamd/Dockerfile +++ b/data/Dockerfiles/clamd/Dockerfile @@ -10,7 +10,9 @@ RUN apk upgrade --no-cache \ bash \ tini -COPY clamd.sh ./ +# init +COPY clamd.sh /clamd.sh +RUN chmod +x /sbin/tini # healthcheck COPY healthcheck.sh /healthcheck.sh