Browse Source

Updated Clamd Building to be x86 and ARM Compatible

DerLinkman 2 years ago
parent
commit
31783b5086
1 changed files with 1 additions and 3 deletions
  1. 1 3
      data/Dockerfiles/clamd/Dockerfile

+ 1 - 3
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