소스 검색

Updated Clamd Building to be x86 and ARM Compatible

DerLinkman 2 년 전
부모
커밋
31783b5086
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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