From 31783b508650aaa95f0efb67cc4a31e68966e215 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Wed, 26 Apr 2023 08:37:20 +0000 Subject: [PATCH] Updated Clamd Building to be x86 and ARM Compatible --- data/Dockerfiles/clamd/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/Dockerfiles/clamd/Dockerfile b/data/Dockerfiles/clamd/Dockerfile index 8e107516b..3aebff433 100644 --- a/data/Dockerfiles/clamd/Dockerfile +++ b/data/Dockerfiles/clamd/Dockerfile @@ -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