Parcourir la source

Updated Clamd Building to be x86 and ARM Compatible

DerLinkman il y a 2 ans
Parent
commit
31783b5086
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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