1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

Updated Clamd Building to be x86 and ARM Compatible

This commit is contained in:
DerLinkman 2023-04-26 08:37:20 +00:00
parent ddaeebc822
commit c15ab10b1b
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -10,9 +10,7 @@ RUN apk upgrade --no-cache \
bash \
tini
# init
COPY clamd.sh /clamd.sh
RUN chmod +x /sbin/tini
COPY clamd.sh ./
# healthcheck
COPY healthcheck.sh /healthcheck.sh