Kaynağa Gözat

Updated Clamd Building to be x86 and ARM Compatible

DerLinkman 2 yıl önce
ebeveyn
işleme
31783b5086
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  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