Optimized CLAMAV Builds to match exact version instead of Repo

This commit is contained in:
DerLinkman 2023-05-03 08:37:00 +00:00
parent ff8f4c31c5
commit fbc8fb7ecb
No known key found for this signature in database
GPG key ID: F109FD97469550A2

View file

@ -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