mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-10 04:18:10 +02:00
Optimized CLAMAV Builds to match exact version instead of Repo
This commit is contained in:
parent
60f9412bb8
commit
38db7226a8
@ -10,7 +10,9 @@ RUN apk upgrade --no-cache \
|
|||||||
bash \
|
bash \
|
||||||
tini
|
tini
|
||||||
|
|
||||||
COPY clamd.sh ./
|
# init
|
||||||
|
COPY clamd.sh /clamd.sh
|
||||||
|
RUN chmod +x /sbin/tini
|
||||||
|
|
||||||
# healthcheck
|
# healthcheck
|
||||||
COPY healthcheck.sh /healthcheck.sh
|
COPY healthcheck.sh /healthcheck.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user