mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
Optimized CLAMAV Builds to match exact version instead of Repo
This commit is contained in:
parent
ff8f4c31c5
commit
fbc8fb7ecb
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue