mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-27 16:51:30 +00:00
Optimized CLAMAV Builds to match exact version instead of Repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user