1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-02 11:39:23 +00: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 31a33af141
commit 31783b5086

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